diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77762fb3..a110e2ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: platform: ["ubuntu-latest", "windows-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: "actions/checkout@v2" diff --git a/setup.cfg b/setup.cfg index 2a8cf599..62798cb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Utilities [options] diff --git a/tox.ini b/tox.ini index 2f2ee59e..d3664617 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ python = 3.7: py37, docs 3.8: py38, typing 3.9: py39 + 3.10: py310 [tox]