commit: 73c49ce75c6b851c918f84abcdd1fe221dba6bb4
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 06:03:55 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 06:03:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73c49ce7
dev-python/survey: disable py3.10
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/survey/survey-4.2.0_alpha.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild
b/dev-python/survey/survey-4.2.0_alpha.ebuild
index 240097f0e..f028ba416 100644
--- a/dev-python/survey/survey-4.2.0_alpha.ebuild
+++ b/dev-python/survey/survey-4.2.0_alpha.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
MY_PV=${PV/_/-}