Skip to content

Commit

Permalink
Support Python 3.11 formally.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Feb 10, 2023
1 parent ad87b4a commit 3864202
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
django-version: [ "3.2", "4.0", "4.1", "4.2a1"]
drf-version: [ "3.11", "3.12", "3.13" ]
exclude:
Expand All @@ -41,6 +41,11 @@ jobs:
python-version: 3.7
- django-version: 4.2a1
python-version: 3.7
# Python 3.11 is incompatible with Django <v4.1
- django-version: 3.2
python-version: 3.11
- django-version: 4.0
python-version: 3.11
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 3864202

Please sign in to comment.