Skip to content

Commit 13fbdbd

Browse files
committed
chore: excluded python 3.9/Django 5 tox combo
1 parent f829c15 commit 13fbdbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tox.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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-
15+
exclude:
16+
- python-version: '3.9'
17+
django-version: '>=5,<6'
1618
steps:
1719
#----------------------------------------------
1820
# check-out repo and set-up python

0 commit comments

Comments
 (0)