Skip to content

Commit

Permalink
tox: fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Nov 12, 2024
1 parent 7665a59 commit 3229be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py38,py39,py310,py311,py312}-{unittest}
envlist = {python3.9,python3.10,python3.11,python3.12}-{unittest},
skipsdist = True

[testenv]
Expand Down

0 comments on commit 3229be5

Please sign in to comment.