Skip to content

Commit

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

0 comments on commit 5bb925b

Please sign in to comment.