diff --git a/tox.ini b/tox.ini index 7bfade9..c85c157 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # Local host configuration with one Python 3 version [tox] -envlist = py36, py37, py38, py39, py310 +envlist = py36, py37, py38, py39, py310, py311 # GitHub Actions configuration with multiple Python versions # https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration @@ -11,6 +11,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 # Run unit tests # HACK: Pydocstyle fails to find tests. Invoke a shell to use a glob.