Skip to content

Commit

Permalink
bump python in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 23, 2024
1 parent 7a06aa2 commit eb16ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{39,310,311}-{linux,macos,windows}
envlist = py{310,311,312}-{linux,macos,windows}

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
PLATFORM =
Expand Down

0 comments on commit eb16ab0

Please sign in to comment.