summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-02 18:33:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-02 18:33:40 +0200
commitb16a432e8bcb5c7563bf4c702e8ece72e828cf8f (patch)
treee687560a7ca311cae49d4682be0fd5be6facb71f /dev-python/portend/portend-2.7.1.ebuild
parentdev-python/munch: Enable py3.10 (diff)
downloadgentoo-b16a432e8bcb5c7563bf4c702e8ece72e828cf8f.tar.gz
gentoo-b16a432e8bcb5c7563bf4c702e8ece72e828cf8f.tar.bz2
gentoo-b16a432e8bcb5c7563bf4c702e8ece72e828cf8f.zip
dev-python/portend: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend/portend-2.7.1.ebuild')
-rw-r--r--dev-python/portend/portend-2.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/portend/portend-2.7.1.ebuild b/dev-python/portend/portend-2.7.1.ebuild
index 0c390c77cfa0..22abe633fd7a 100644
--- a/dev-python/portend/portend-2.7.1.ebuild
+++ b/dev-python/portend/portend-2.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1