aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-10 02:21:12 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-03-10 02:21:12 +0100
commitc09ddac73b9a95ce6d4d998f2cb1180b9de87efe (patch)
tree4cf4e2989fc232c18af9c39f6cfbfc51970869b7 /dev-python/zake
parentapp-misc/zellij: damned git rebase (diff)
downloadguru-c09ddac73b9a95ce6d4d998f2cb1180b9de87efe.tar.gz
guru-c09ddac73b9a95ce6d4d998f2cb1180b9de87efe.tar.bz2
guru-c09ddac73b9a95ce6d4d998f2cb1180b9de87efe.zip
dev-python/zake: disable py3.10, pypy3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/zake')
-rw-r--r--dev-python/zake/zake-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zake/zake-0.2.2.ebuild b/dev-python/zake/zake-0.2.2.ebuild
index 3ce6fb10a..5838c8b44 100644
--- a/dev-python/zake/zake-0.2.2.ebuild
+++ b/dev-python/zake/zake-0.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1