File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : ' 3.12 '
18
+ python-version : ' 3.13 '
19
19
cache : ' pip'
20
20
cache-dependency-path : ' requirements/*.txt'
21
21
- name : Run tox
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def read(filename):
33
33
"Programming Language :: Python :: 3.10" ,
34
34
"Programming Language :: Python :: 3.11" ,
35
35
"Programming Language :: Python :: 3.12" ,
36
+ "Programming Language :: Python :: 3.13" ,
36
37
"Framework :: Django" ,
37
38
"Framework :: Django :: 2.2" ,
38
39
"Framework :: Django :: 3.2" ,
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ commands = make test
22
22
package = editable
23
23
24
24
[testenv:check]
25
- basepython = python3.12
25
+ basepython = python3.13
26
26
commands = make check
27
27
28
28
[testenv:lint]
29
- basepython = python3.12
29
+ basepython = python3.13
30
30
commands = make lint
31
31
32
32
[testenv:coverage]
33
- basepython = python3.12
33
+ basepython = python3.13
34
34
commands = make coverage-report
You can’t perform that action at this time.
0 commit comments