diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-07 17:29:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 04:10:53 +0000 |
commit | ff89fe1336ef47d01765766daf98cd1c2526cc19 (patch) | |
tree | 1694cd015ec22d06044bf844700121448459c13e /sci-astronomy | |
parent | dev-python/pefile: add 2023.2.7 (diff) | |
download | gentoo-ff89fe1336ef47d01765766daf98cd1c2526cc19.tar.gz gentoo-ff89fe1336ef47d01765766daf98cd1c2526cc19.tar.bz2 gentoo-ff89fe1336ef47d01765766daf98cd1c2526cc19.zip |
sci-astronomy/pysiril: enable py3.11
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29465
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild index a3e9a39ed3b7..353887254d53 100644 --- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild +++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Python library to interface Python to a SiriL script" |