Skip to content

Commit 4f7bf6e

Browse files
committed
Fix versions
1 parent 4c0d341 commit 4f7bf6e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
postgres-version: ["postgres:13.13", "postgres:14"]
5050
exclude:
5151
# Django 4.2
52+
- django-version: 4.2
53+
python-version: 3.13
5254
- django-version: 4.2
5355
postgres-version: postgres:13.13
5456

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
[tox]
33
args_are_paths = false
44
envlist =
5-
py38-{4.2},
65
py39-{4.2},
7-
py310-{4.2,5.0,main},
8-
py311-{4.2,5.0,main},
9-
py311-{4.2,5.0,main},
6+
py310-{4.2,5.1,5.2},
7+
py311-{4.2,5.1,5.2},
8+
py312-{4.2,5.1,5.2,main},
9+
py313-{5.1,5.2,main},
1010
migrate,
1111
flake8,
1212
isort,
@@ -15,11 +15,11 @@ envlist =
1515

1616
[testenv]
1717
basepython =
18-
py38: python3.8
1918
py39: python3.9
2019
py310: python3.10
2120
py311: python3.11
2221
py312: python3.12
22+
py312: python3.13
2323
usedevelop = true
2424
pip_pre = true
2525
setenv =

0 commit comments

Comments
 (0)