File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 python-version :
16- - " 3.8"
1716 - " 3.9"
1817 - " 3.10"
1918 - " 3.11"
2221 - " dj42" # LTS
2322 - " dj50"
2423 exclude :
25- # Python 3.8/3.9 is incompatible with Django 5.0+
26- - python-version : " 3.8"
27- tox-env : " dj50"
24+ # Python 3.9 is incompatible with Django 5.0+
2825 - python-version : " 3.9"
2926 tox-env : " dj50"
3027
Original file line number Diff line number Diff line change 33 rev : v3.21.0
44 hooks :
55 - id : pyupgrade
6- args : ["--py38 -plus"]
6+ args : ["--py39 -plus"]
Original file line number Diff line number Diff line change 1919 "Operating System :: OS Independent" ,
2020 "Programming Language :: Python" ,
2121 "Programming Language :: Python :: 3" ,
22- "Programming Language :: Python :: 3.8" ,
2322 "Programming Language :: Python :: 3.9" ,
2423 "Programming Language :: Python :: 3.10" ,
2524 "Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments