Skip to content

Commit ba9e898

Browse files
committed
wip
1 parent 1b6f896 commit ba9e898

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- '>=5.1,<5.2'
1616
- '>=5.0,<5.1'
1717
- '>=4.2,<4.3'
18+
exclude:
19+
- python-version: '3.9'
20+
django-version: '>=5.2,<5.3'
21+
- python-version: '3.9'
22+
django-version: '>=5.1,<5.2'
23+
- python-version: '3.9'
24+
django-version: '>=5.0,<5.1'
1825
fail-fast: false
1926
steps:
2027
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)