summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 19:43:43 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 19:59:35 +0200
commitf8f31fd72bd5b647df0b8f65b7013e9e767f6f4f (patch)
treeea5f06dccf8871d29a40d78073af79e712ba9663 /dev-python/pygit2
parentdev-python/pyh2o: Enable py3.10 (diff)
downloadgentoo-f8f31fd72bd5b647df0b8f65b7013e9e767f6f4f.tar.gz
gentoo-f8f31fd72bd5b647df0b8f65b7013e9e767f6f4f.tar.bz2
gentoo-f8f31fd72bd5b647df0b8f65b7013e9e767f6f4f.zip
dev-python/pygit2: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygit2')
-rw-r--r--dev-python/pygit2/pygit2-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygit2/pygit2-1.6.0.ebuild b/dev-python/pygit2/pygit2-1.6.0.ebuild
index 15da3c0f8d4c..b69f1d68cbe5 100644
--- a/dev-python/pygit2/pygit2-1.6.0.ebuild
+++ b/dev-python/pygit2/pygit2-1.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1