From 9853af0ee5339f6d221efa5b4feac43e71f117b3 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Sat, 7 Oct 2023 12:00:12 +0200 Subject: sci-astronomy/pysiril: enable py3.12 Signed-off-by: Mario Haustein Closes: https://github.com/gentoo/gentoo/pull/33228 Signed-off-by: Andrew Ammerlaan --- sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild index 1cd3b366df91..387d9bbea2da 100644 --- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild +++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Python library to interface Python to a SiriL script" -- cgit v1.2.3-65-gdbad