Skip to content

Commit

Permalink
Exclude Django 4.2 and Python 3.13 from test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Oct 18, 2024
1 parent ecfced5 commit 4b8acbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
# Python 3.9 is incompatible with Django v5+
- django-version: 5.1
python-version: 3.9
# Django 4.2 is incompatible with Python 3.13+
- django-version: 4.2
python-version: 3.13
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4b8acbd

Please sign in to comment.