Skip to content

Commit c44c424

Browse files
stefanfoulisjuanifioren
authored andcommitted
Add python 3.12 and 3.13 to tests
1 parent 76f17f5 commit c44c424

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
3.9
1919
3.10
2020
3.11
21+
3.12
22+
3.13
2123
- name: Install tox
2224
run: |
2325
python -m pip install --upgrade pip

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ envlist=
55
py39-django{32,40,41,42},
66
py310-django{32,40,41,42,50,51},
77
py311-django{41,42,50,51},
8+
py312-django{41,42,50,51},
9+
py313-django{41,42,50,51},
810
flake8
911

1012
[testenv]

0 commit comments

Comments
 (0)