summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d366461..74fff6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,13 +13,16 @@ python =
3.8: py38, typing
3.9: py39
3.10: py310
+ 3.11: py311
+ pypy-3.8: pypy3
+ pypy-3.9: pypy3
[tox]
envlist =
lint
typing
- py{36,37,38,39}-{crypto,nocrypto}
+ py{36,37,38,39,310,311,py3}-{crypto,nocrypto}
docs
pypi-description
coverage-report