File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
python-version :
13
- - " 3.7"
14
13
- " 3.8"
15
14
- " 3.9"
16
15
- " 3.10"
17
16
- " 3.11"
17
+ - " 3.12"
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ def readfile(filename):
43
43
"License :: OSI Approved :: MIT License" ,
44
44
"Operating System :: OS Independent" ,
45
45
"Programming Language :: Python :: 3" ,
46
- "Programming Language :: Python :: 3.7" ,
47
46
"Programming Language :: Python :: 3.8" ,
48
47
"Programming Language :: Python :: 3.9" ,
49
48
"Programming Language :: Python :: 3.10" ,
50
49
"Programming Language :: Python :: 3.11" ,
50
+ "Programming Language :: Python :: 3.12" ,
51
51
"Topic :: Software Development :: Libraries :: Python Modules" ,
52
52
],
53
53
)
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{37, 38,39,310}-dj-3.2
3
+ py{38,39,310}-dj-3.2
4
4
py{38,39,310,311}-dj-4.1
5
5
py{310,311}-dj-master
6
6
7
7
[gh-actions]
8
8
python =
9
- 3.7: py37
10
9
3.8: py38
11
10
3.9: py39
12
11
3.10: py310
13
12
3.11: py311
13
+ 3.12: py312
14
14
15
15
[testenv]
16
16
usedevelop = true
You can’t perform that action at this time.
0 commit comments