aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2022-06-21 09:33:09 +0100
committerAdam Spiers <git@adamspiers.org>2022-06-21 09:43:15 +0100
commitdd852df2b25413fe74e141f8e1f3c6a30724aad8 (patch)
treea5f64c809a0eddac242131902512a0519c9eb643 /tox.ini
parent34c9769714f6239e97808ba12fe3083d41b09c88 (diff)
downloadgit-deps-dd852df2b25413fe74e141f8e1f3c6a30724aad8.tar.gz
Drop support for Python 3.6
These days pygit2 requires Python >= 3.7: https://pypi.org/project/pygit2/ So reluctantly drop support for 3.6. If anyone can figure out a way of bringing it back (e.g. via using old versions of pygit2 where necessary), we could consider doing that.
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 603568e..89f5094 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@
[tox]
minversion = 1.8
-envlist = py36,py37,py38,flake8
+envlist = py37,py38,flake8
skip_missing_interpreters = True
[testenv]