summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Ziegenberg <daniel@ziegenberg.at>2022-11-18 17:11:35 +0100
committerDaniel Ziegenberg <daniel@ziegenberg.at>2022-12-06 18:48:42 +0100
commit9ae39fd37b9754d69398c3faa29b12ff5049ceb2 (patch)
tree9bd688d702fb25eccd4ed66c21a680810ee9a86f /tox.ini
parentc4dc7beb04bea05ed86adb2e4b7f780f173774b8 (diff)
downloadrsa-git-9ae39fd37b9754d69398c3faa29b12ff5049ceb2.tar.gz
Drop support for Python 3.6
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 17e60b2..809000e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
-envlist = py36,py37,py38,py39,py310
+envlist = py37,py38,py39,py310
isolated_build = True
[pytest]