Skip to content

Commit a21aca1

Browse files
authored
Update test.yml
1 parent 361a26d commit a21aca1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
11+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
1212
requirements-file: [
1313
django-4.2.txt,
1414
django-5.0.txt,
@@ -20,16 +20,14 @@ jobs:
2020
ubuntu-latest,
2121
]
2222
exclude:
23-
- requirements-file: django-5.0.txt
24-
python-version: 3.8
2523
- requirements-file: django-5.0.txt
2624
python-version: 3.9
27-
- requirements-file: django-5.1.txt
28-
python-version: 3.8
2925
- requirements-file: django-5.1.txt
3026
python-version: 3.9
3127
- requirements-file: django-main.txt
32-
python-version: 3.8
28+
python-version: 3.10
29+
- requirements-file: django-main.txt
30+
python-version: 3.11
3331
- requirements-file: django-main.txt
3432
python-version: 3.9
3533

0 commit comments

Comments
 (0)