Skip to content

Commit 6c1ed56

Browse files
tox.ini: add test environment for py3 ("latest" python 3)
I noticed that python 3.10 is my system default be we're testing against py39 only. Keep python 3.9 as our lowest supported version but also test the latest py3 available. Signed-off-by: John Mulligan <[email protected]>
1 parent 215762f commit 6c1ed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[tox]
3-
envlist = py39
3+
envlist = py39, py3
44
isolated_build = True
55

66
[testenv]

0 commit comments

Comments
 (0)