We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827ae79 commit ce1d04eCopy full SHA for ce1d04e
.github/workflows/python-package.yml
@@ -22,7 +22,17 @@ jobs:
22
django-version: "4.2"
23
- python-version: "3.13"
24
django-version: "5.1"
25
-
+ exclude:
26
+ # Python 3.9 is incompatible with Django v5+
27
+ - django-version: 5.0
28
+ python-version: 3.9
29
+ - django-version: 5.1
30
31
+ - django-version: 5.2
32
33
+ # Django 4.2 is incompatible with Python 3.13+
34
+ - django-version: 4.2
35
+ python-version: 3.13
36
steps:
37
- uses: actions/checkout@v4
38
- name: Set up Python ${{ matrix.python-version }}
0 commit comments