Skip to content

Commit

Permalink
upgrade pythons for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jan 28, 2024
1 parent 3827742 commit c7adfe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=
38
39
310
311

[testenv]
deps =
Expand All @@ -14,5 +14,5 @@ commands = py.test {posargs}

[gh]
python=
3.8 = py38
3.9 = py39
3.11 = py311
3.10 = py310

0 comments on commit c7adfe2

Please sign in to comment.