commit: 29bfb2684175725bc83e5478089fb9df08ef5025
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:37:46 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:37:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bfb268
sci-geosciences/xyzservices: disable py3.9
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
index 65a398321a84..4a5838e2986d 100644
--- a/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
+++ b/sci-geosciences/xyzservices/xyzservices-2023.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1