Skip to content

Commit 67fee4b

Browse files
committed
Python 3.11
1 parent a65488c commit 67fee4b

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, py310
3+
envlist = py36, py37, py38, py39, py310, py311
44

55
# GitHub Actions configuration with multiple Python versions
66
# https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration
@@ -11,6 +11,7 @@ python =
1111
3.8: py38
1212
3.9: py39
1313
3.10: py310
14+
3.11: py311
1415

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

0 commit comments

Comments
 (0)