Skip to content

Commit

Permalink
Update supported Python versions in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Sep 19, 2024
1 parent fa765ad commit 4b27217
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310}-{linux,macos,windows}-{pyqt,pyside}
envlist = py{39,312}-{linux,macos,windows}-{pyqt,pyside}
toxworkdir=/tmp/.tox
isolated_build = true

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.12: py312

[gh-actions:env]
PLATFORM =
Expand Down

0 comments on commit 4b27217

Please sign in to comment.