Skip to content

Commit a8cf4bd

Browse files
chore: re-enable python 3.8 and 3.10 in tox.ini
1 parent 7e3b262 commit a8cf4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ isolated_build = true
55

66
[gh-actions]
77
python =
8-
# 3.8: py38
8+
3.8: py38
99
3.9: py39, mypy, flake8
10-
# 3.10: py310
10+
3.10: py310
1111

1212
[testenv]
1313
setenv =

0 commit comments

Comments
 (0)