summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-06-16 15:31:34 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2021-06-16 15:31:34 +0200
commitb15469c3c8085799c075c4ae7a4c0ad26f081884 (patch)
tree3f8926cac0280dac6feba8a051c4d9712b5e7229 /tox.ini
parentda7dd388ca6a6293054341ea2542410b9b574f4f (diff)
drop support for py36, require py37+, fixes #5790
if you do not have python >= 3.7, you can still use borg 1.1.x or 1.0.x. another option is to use the fat binary from github releases, which includes python and all other stuff needed.
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 1c3cbf614..6a899f640 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
-envlist = py{36,37,38,39,310}-{none,fuse2,fuse3}
+envlist = py{37,38,39,310}-{none,fuse2,fuse3}
minversion = 3.2
requires =
pkgconfig