Skip to content

Commit 39d48f5

Browse files
committed
Enable Python 3.10
1 parent 3e3782c commit 39d48f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local host configuration with one Python 3 version
22
[tox]
3-
envlist = py36, py37, py38, py39
3+
envlist = py36, py37, py38, py39, py310
44

55
# GitHub Actions configuration with multiple Python versions
66
# https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration
@@ -10,6 +10,7 @@ python =
1010
3.7: py37
1111
3.8: py38
1212
3.9: py39
13+
3.10: py310
1314

1415
# Run unit tests
1516
# HACK: Pydocstyle fails to find tests. Invoke a shell to use a glob.

0 commit comments

Comments
 (0)