Skip to content

Commit

Permalink
Update tox.yml
Browse files Browse the repository at this point in the history
remove Python 3.12 from testing matrix
  • Loading branch information
AndroxxTraxxon committed Oct 10, 2023
1 parent 5bb925b commit 15b4ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ["3.6", "3.8", "3.10", "3.12"]
python-version: ["3.6", "3.8", "3.10"]
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
exclude:
- python-version: "3.10"
Expand Down

0 comments on commit 15b4ee7

Please sign in to comment.