Skip to content

Commit 3864202

Browse files
committed
Support Python 3.11 formally.
1 parent ad87b4a commit 3864202

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
33+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
3434
django-version: [ "3.2", "4.0", "4.1", "4.2a1"]
3535
drf-version: [ "3.11", "3.12", "3.13" ]
3636
exclude:
@@ -41,6 +41,11 @@ jobs:
4141
python-version: 3.7
4242
- django-version: 4.2a1
4343
python-version: 3.7
44+
# Python 3.11 is incompatible with Django <v4.1
45+
- django-version: 3.2
46+
python-version: 3.11
47+
- django-version: 4.0
48+
python-version: 3.11
4449
steps:
4550
- uses: actions/checkout@v3
4651
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)