Skip to content

Commit

Permalink
CI: support python 3.12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 9, 2023
1 parent 94c51e5 commit 1eb0148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ['3.8' ,'3.9', '3.10', '3.11']
python-version: ['3.8' ,'3.9', '3.10', '3.11', '3.12']
include:
- os: macos-latest
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tox]
envlist = py{38,39,310,311}
envlist = py{38,39,310,311,312}
isolated_build = true

0 comments on commit 1eb0148

Please sign in to comment.