Skip to content

Commit f465472

Browse files
committed
Update CI Python version matrix
1 parent c76822b commit f465472

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/test_full.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
django-version: ['<3.2', '<3.3', '<4.2', '<4.3', '<5.1', '<5.2', '<5.3']
1616
exclude:
17-
- python-version: '3.8'
18-
django-version: '<5.1'
19-
- python-version: '3.9'
20-
django-version: '<5.1'
2117
- python-version: '3.12'
2218
django-version: '<3.2'
2319
- python-version: '3.12'
@@ -26,6 +22,18 @@ jobs:
2622
django-version: '<3.2'
2723
- python-version: '3.13'
2824
django-version: '<3.3'
25+
- python-version: '3.14'
26+
django-version: '<3.2'
27+
- python-version: '3.14'
28+
django-version: '<3.3'
29+
- python-version: '3.14'
30+
django-version: '<4.2'
31+
- python-version: '3.14'
32+
django-version: '<4.3'
33+
- python-version: '3.14'
34+
django-version: '<5.1'
35+
- python-version: '3.14'
36+
django-version: '<5.2'
2937

3038
steps:
3139
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)