Skip to content

Commit 56a5848

Browse files
committed
Test with latest Python
1 parent 688568f commit 56a5848

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- run: pipx install "poetry>=1.1.12,<2"
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.12"
15+
python-version: "3.13"
1616
cache: 'poetry'
1717
- run: pip install tox
18-
- run: tox -e lint,py312-dj51
18+
- run: tox -e lint,py313-dj51
1919
test_compatibility:
2020
needs: test
2121
runs-on: ubuntu-latest
@@ -29,11 +29,13 @@ jobs:
2929
- python: "3.9"
3030
toxenv: py39-dj42
3131
- python: "3.10"
32-
toxenv: py310-dj42,py310-dj50,py311-dj51,py310-djmain
32+
toxenv: py310-dj42,py310-dj50,py310-dj51,py310-djmain
3333
- python: "3.11"
3434
toxenv: py311-dj42,py311-dj50,py311-dj51,py311-djmain
3535
- python: "3.12"
3636
toxenv: py312-dj42,py312-djmain
37+
- python: "3.13"
38+
toxenv: py313-dj42,py312-djmain
3739
steps:
3840
- uses: actions/checkout@v4
3941
- run: pipx install "poetry>=1.1.12,<2"

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-dj42
4-
py{310,311,312}-dj50
5-
py{310,311,312}-dj51
6-
py{310,311,312}-djmain
3+
py{39,310,311,312,313}-dj42
4+
py{310,311,312,313}-dj50
5+
py{310,311,312,313}-dj51
6+
py{313}-djmain
77
lint
88
skipsdist = true
99

0 commit comments

Comments
 (0)