summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-24 11:53:03 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-24 12:42:34 -0700
commit33f25be3dba564ffe7246a728c397121859e14cb (patch)
treebe21c64a677898f622909388fe80f7d6cea3cd01 /dev-python
parentapp-portage/gpyutils: Bump to 0.6 (diff)
downloadgentoo-33f25be3dba564ffe7246a728c397121859e14cb.tar.gz
gentoo-33f25be3dba564ffe7246a728c397121859e14cb.tar.bz2
gentoo-33f25be3dba564ffe7246a728c397121859e14cb.zip
dev-python/intreehooks-1.0: Add py310
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/intreehooks/intreehooks-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index cba27a4650e6..de53a841ed6d 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"