File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1919 python-version : " 3.11"
2020 - django : " 4.2"
2121 python-version : " 3.11"
22+ - django : " 4.2"
23+ python-version : " 3.12"
2224 steps :
2325 - uses : actions/checkout@v3
2426 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 4949 "Programming Language :: Python :: 3.9" ,
5050 "Programming Language :: Python :: 3.10" ,
5151 "Programming Language :: Python :: 3.11" ,
52+ "Programming Language :: Python :: 3.12" ,
5253 "Programming Language :: Python :: Implementation :: PyPy" ,
5354 "Framework :: Django" ,
5455 "Framework :: Django :: 3.2" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ envlist =
33 py{38,39,310}-django32
44 py{38,39}-django{41,42}
55 py{310,311}-django{41,42,main}
6+ py312-django{42,main}
67 pre-commit
78
89[gh-actions]
@@ -11,6 +12,7 @@ python =
1112 3.9: py39
1213 3.10: py310
1314 3.11: py311
15+ 3.12: py312
1416
1517[gh-actions:env]
1618DJANGO =
You can’t perform that action at this time.
0 commit comments