Skip to content

Commit fa18738

Browse files
committed
fix:exclude python3.9
1 parent 577cdd0 commit fa18738

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
matrix:
4040
python-version: [ '3.9', '3.10', '3.11' ]
4141
django-version: [ '3.2.22', '4.2.8', '5.0' ]
42+
exclude:
43+
- python-version: '3.9'
44+
django-version: '5.0'
4245
include:
4346
- python-version: '3.11'
4447
django-version: '4.2.8'
@@ -129,6 +132,10 @@ jobs:
129132
matrix:
130133
python-version: [ '3.9', '3.10', '3.11' ]
131134
django-version: [ '3.2.22', '4.2.8', '5.0' ]
135+
exclude:
136+
- python-version: '3.9'
137+
django-version: '5.0'
138+
132139
outputs:
133140
version: ${{ steps.getVersion.outputs.VERSION }}
134141
steps:

0 commit comments

Comments
 (0)