Skip to content

Commit

Permalink
Add 3.12 to tox/workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vin committed Oct 31, 2023
1 parent 21126c4 commit 5a2f04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
extras: ["test", "test-full"]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py{38,39,310,311}{,-extras}
envlist = py{38,39,310,311,312}{,-extras}

[testenv]
extras =
Expand Down

0 comments on commit 5a2f04c

Please sign in to comment.