summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:04:19 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-11-02 20:04:19 -0700
commit41151630196cb98589ce1c5fee60336927e6a5d5 (patch)
treea5910571a878ab500f28662a22e5b15bc74eab9f
parentacc11e7264b52805876a5dcad53ec45b53417f6a (diff)
downloadnatsort-41151630196cb98589ce1c5fee60336927e6a5d5.tar.gz
Add 3.10 to testing infrastructure
-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