Skip to content

Commit ee07b10

Browse files
committed
Fix the python version for django51
1 parent 096cb8e commit ee07b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- python: "3.11"
4646
env: py311-django42
4747

48-
- python: "3.9"
49-
env: py39-django51
5048
- python: "3.10"
5149
env: py310-django51
5250
- python: "3.11"
5351
env: py311-django51
52+
- python: "3.12"
53+
env: py312-django51
5454

5555
- python: "3.10"
5656
env: py310-django52

0 commit comments

Comments
 (0)