summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--tox.ini3
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ce64b65..8dfb799 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-latest]
extras: [false]
include:
diff --git a/tox.ini b/tox.ini
index 7ab790d..eb8b615 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, mypy, py36, py37, py38, py39
+ flake8, mypy, py36, py37, py38, py39, py310
# Other valid evironments are:
# docs
# release
@@ -109,3 +109,4 @@ python =
3.7: py37
3.8: py38
3.9: py39
+ 3.10: py310