Skip to content

Commit

Permalink
Merge pull request #135 from shunichironomura/add-py312-to-tox
Browse files Browse the repository at this point in the history
Add Python 3.12 support to tox.ini and gh-actions
  • Loading branch information
shunichironomura authored Dec 22, 2023
2 parents e48a97d + 84c8d43 commit 450d089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[tox]
isolated_build = true
minversion = 4.6.4
env_list =py{38,39,310,311}-{linux,darwin,win32},coverage
env_list =py{38,39,310,311,312}-{linux,darwin,win32},coverage

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
Expand Down

0 comments on commit 450d089

Please sign in to comment.