Skip to content

Commit

Permalink
ci: shift test python version up
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 14, 2024
1 parent fc46f45 commit 2f4a0dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py39,py310,py311
envlist = py310,py311,py312

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

[testenv:py3{9,10,11}]
[testenv:py3{10,11,12}]
# install pytest in the virtualenv where commands will be executed
deps = pytest
commands =
Expand Down

0 comments on commit 2f4a0dd

Please sign in to comment.