File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,12 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 python-version :
16- - " 3.9"
1716 - " 3.10"
1817 - " 3.11"
1918 - " 3.12"
2019 tox-env :
2120 - " dj42" # LTS
2221 - " dj50"
23- exclude :
24- # Python 3.9 is incompatible with Django 5.0+
25- - python-version : " 3.9"
26- tox-env : " dj50"
2722
2823 env :
2924 TOXENV : ${{ matrix.tox-env }}
Original file line number Diff line number Diff line change 33 rev : v3.21.0
44 hooks :
55 - id : pyupgrade
6- args : ["--py39 -plus"]
6+ args : ["--py310 -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.9" ,
2322 "Programming Language :: Python :: 3.10" ,
2423 "Programming Language :: Python :: 3.11" ,
2524 "Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments