Skip to content

Commit

Permalink
Correct python/django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Dec 13, 2023
1 parent ccb92df commit d526ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
django-version: ["4.1", "4.2", "5.0", "main"]
exclude:
- python-version: "3.9"
Expand All @@ -27,9 +27,6 @@ jobs:
- python-version: "3.12"
django-version: "4.1"

- python-version: "3.13-dev"
django-version: "4.1"

steps:
- name: Git clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python =
DJANGO =
4.1: django41
4.2: django42
4.0: django50
5.0: django50
main: djangomain

; Dependencies and ENV things we need for all environments:
Expand Down

0 comments on commit d526ea7

Please sign in to comment.