Skip to content

Commit 90a09b7

Browse files
remove python 3.9 and 3.10 from the test matrix
1 parent 4895a1f commit 90a09b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
strategy:
1919
matrix:
2020
django-version: ['4.2', '5.2']
21-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.11', '3.12', '3.13']
2222
working-directory: ['./packages/hidp']
2323
exclude:
2424
- django-version: '4.2'
2525
python-version: '3.13'
26-
- django-version: '5.2'
27-
python-version: '3.9'
2826
include:
2927
- working-directory: './project'
3028
python-version: '3.12'

0 commit comments

Comments
 (0)