diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-10-07 12:00:12 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-10-27 10:27:12 +0200 |
commit | 9853af0ee5339f6d221efa5b4feac43e71f117b3 (patch) | |
tree | d4f922e30a42606ef83f41f1c887275f03bb46e2 /sci-astronomy | |
parent | sci-astronomy/sirilic: add 1.15.8 (diff) | |
download | gentoo-9853af0ee5339f6d221efa5b4feac43e71f117b3.tar.gz gentoo-9853af0ee5339f6d221efa5b4feac43e71f117b3.tar.bz2 gentoo-9853af0ee5339f6d221efa5b4feac43e71f117b3.zip |
sci-astronomy/pysiril: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/33228
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |