From 73c49ce75c6b851c918f84abcdd1fe221dba6bb4 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sat, 27 May 2023 09:03:55 +0300 Subject: [PATCH] dev-python/survey: disable py3.10 Signed-off-by: Viorel Munteanu --- 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 240097f0e3..f028ba4169 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/_/-}