File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33 History
44=======
55
6+ Unreleased
7+ ----------
8+
9+ * Confirmed support for Django 4.0.
10+
6112.1.0 (2021-03-03)
712------------------
813
Original file line number Diff line number Diff line change 2727 'Framework :: Django :: 3.0' ,
2828 'Framework :: Django :: 3.1' ,
2929 'Framework :: Django :: 3.2' ,
30+ 'Framework :: Django :: 4.0' ,
3031 'Intended Audience :: Developers' ,
3132 'Natural Language :: English' ,
3233 'License :: OSI Approved :: BSD License' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ envlist =
44 py3{6,7,8,9}-django30
55 py3{6,7,8,9}-django31
66 py3{6,7,8,9}-django32
7- py3{6,7,8,9}-master
7+ py3{8,9}-django40
8+ py3{8,9}-main
89
910[testenv]
1011basepython =
2122 django-30: Django>=3.0a1,<3.1
2223 django-31: Django>=3.1a1,<3.2
2324 django-32: Django>=3.2a1,<4.0
24- django-master: https://github.com/django/django/archive/master.tar.gz
25+ django-40: Django>=4.0a1,<4.1
26+ django-main: https://github.com/django/django/archive/main.tar.gz
You can’t perform that action at this time.
0 commit comments