Skip to content

Commit dfa4e62

Browse files
denisSurkovWhyNotHugo
authored andcommitted
Drop unsupported django 4.0, 4.1
1 parent eb315b2 commit dfa4e62

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 5
1212
matrix:
1313
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
14-
django-version: ['3.2', '4.0', '4.1', '4.2', 'main']
14+
django-version: ['3.2', '4.2', 'main']
1515
include:
1616
- python-version: '3.7'
1717
django-version: '3.2'

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ language using Transifex_.
3333
Also have a look at the bundled example templates and views to see how you
3434
can integrate the application into your project.
3535

36-
Compatible with Django 3.2 and 4.0 on Python 3.7 to 3.11.
36+
Compatible with Django 3.2 and 4.2 on Python 3.7 to 3.11.
3737
Documentation is available at `readthedocs.org`_.
3838

3939

tox.ini

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ minversion = 1.8
44
envlist =
55
; https://docs.djangoproject.com/en/4.2/faq/install/#what-python-version-can-i-use-with-django
66
py{37}-dj32
7-
py{38,39,310}-dj{32,40,41}
8-
py{311}-dj41
7+
py{38,39,310}-dj32
98
py{311,312}-dj{42,main}
109

1110
[gh-actions]
@@ -20,8 +19,6 @@ python =
2019
[gh-actions:env]
2120
DJANGO =
2221
3.2: dj32
23-
4.0: dj40
24-
4.1: dj41
2522
4.2: dj42
2623
main: djmain
2724

@@ -34,8 +31,6 @@ commands =
3431
deps =
3532
coverage
3633
dj32: Django>=3.2,<4.0
37-
dj40: Django>=4.0,<4.1
38-
dj41: Django>=4.1,<4.2
3934
dj42: Django>=4.2,<4.3
4035
djmain: https://github.com/django/django/archive/main.tar.gz
4136
geoip2

0 commit comments

Comments
 (0)