Skip to content

Commit

Permalink
Revert: Add Python-3.12 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 1, 2024
1 parent dd7df86 commit 585a518
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
django-version: ["4.1.*", "4.2.*", "5.0.*"]
node-version: ["18.x"]
include:
Expand All @@ -31,8 +31,6 @@ jobs:
python-version: "3.10"
django-version: "4.1.*"
exclude:
- python-version: "3.12"
django-version: "4.1.*"
- python-version: "3.10"
django-version: "5.0.*"

Expand Down

0 comments on commit 585a518

Please sign in to comment.