Skip to content

Commit 99b6c5c

Browse files
committed
chore: excluded python 3.9/Django 5 tox combo
1 parent dc6e1b3 commit 99b6c5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tox.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1414
django-version: [ ">=3,<4", ">=4,<5", ">=5,<6" ]
15+
exclude:
16+
- python-version: '3.9'
17+
django-version: '>=5,<6'
1518

1619
steps:
1720
#----------------------------------------------

0 commit comments

Comments
 (0)