commit: 8d4e2df42863b9b46a840577134435bd38122558
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 18:07:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 18:25:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4e2df4
dev-python/fitsio: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fitsio/fitsio-1.1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fitsio/fitsio-1.1.8.ebuild
b/dev-python/fitsio/fitsio-1.1.8.ebuild
index 238fbca619fb..b4730fcfeca7 100644
--- a/dev-python/fitsio/fitsio-1.1.8.ebuild
+++ b/dev-python/fitsio/fitsio-1.1.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python library to read from and write to FITS files"