Skip to content

Commit

Permalink
chore(tox): update Python environment list in tox.ini, fulfill envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
teocns committed Dec 10, 2024
1 parent b3ad7ed commit 086a6e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
# and then run "tox" from this directory.

[tox]
envlist = py311
env_list =
3.13
3.12
3.11
3.10
3.9
3.8
3.7
; skip_missing_interpreters = true

[testenv]
deps =
Expand Down

0 comments on commit 086a6e1

Please sign in to comment.