Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-feature committed Mar 12, 2024
1 parent 93581cd commit 624fe36
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,13 +1,13 @@
[tox]
minversion = 3.8.0
envlist = py38, py310, py311, mypy
envlist = py38, py310, py312, mypy
isolated_build = true

[gh-actions]
python =
3.8: py38
3.10: py310, mypy
3.11: py311
3.11: py312

[testenv]
setenv =
Expand Down

0 comments on commit 624fe36

Please sign in to comment.