Skip to content

Commit d822ae1

Browse files
committed
Add Django 4.2 and 5.0 and python 3.12 to test matrix
1 parent ba87d7d commit d822ae1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- '3.9'
2020
- '3.10'
2121
- '3.11'
22+
- '3.12'
2223

2324
steps:
2425
- uses: actions/checkout@v2

tox.ini

+8
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@ envlist =
1515
py310-django40
1616
py39-django41
1717
py310-django41
18+
py310-django42
19+
py311-django42
20+
py312-django42
21+
py310-django50
22+
py311-django50
23+
py312-django50
1824
[testenv]
1925
deps =
26+
django50: Django>=5.0,<5.1
27+
django42: Django>=4.2,<4.3
2028
django41: Django>=4.1,<4.2
2129
django40: Django>=4.0,<4.1
2230
django30: Django>=3.0,<3.1

0 commit comments

Comments
 (0)