summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:54:49 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:54:49 -0800
commit07604c838746721704b3bd05adcb41d56200404a (patch)
tree67bceaa9b6957e676267fb6a65262c629942a9f8 /tox.ini
parent70b142326ad39c0e6da9cb714a1b29c3ff0cd5da (diff)
downloadnatsort-07604c838746721704b3bd05adcb41d56200404a.tar.gz
Add explicit support for python 3.11
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 210d06e..d6a2d98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, mypy, py37, py38, py39, py310
+ flake8, mypy, py37, py38, py39, py310, py311
# Other valid environments are:
# docs
# release
@@ -109,3 +109,4 @@ python =
3.8: py38
3.9: py39
3.10: py310
+ 3.11: py311