Skip to content

Commit 7bef159

Browse files
authored
Remove incompatible python+django version combinations from testing. (#1255)
1 parent a58fe48 commit 7bef159

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- python-version: '3.7'
2727
django-version: 'main'
2828

29+
# < Python 3.10 is not supported by Django 5.0+
30+
- python-version: '3.8'
31+
django-version: 'main'
32+
- python-version: '3.9'
33+
django-version: 'main'
34+
2935
steps:
3036
- uses: actions/checkout@v2
3137

0 commit comments

Comments
 (0)