Skip to content

Commit

Permalink
Exclude Python3.10 and Python3.11 with Django main (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier authored Feb 15, 2025
1 parent b79ea31 commit af98a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
django-version: "main"
- python-version: "3.9"
django-version: "main"
- python-version: "3.10"
django-version: "main"
- python-version: "3.11"
django-version: "main"
- python-version: "3.11"
django-version: "3.2"
- python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
py{3.8,3.9,3.10,3.11}-django4.2
py{3.10,3.11,3.12}-django5.0
py{3.10,3.11,3.12}-django5.1
py{3.10,3.11,3.12}-djangomain
py{3.12,3.13}-djangomain
ruff

[testenv]
Expand Down

0 comments on commit af98a96

Please sign in to comment.