summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-28 07:33:01 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-28 07:33:01 +0200
commitacd0d135ea9c405d8675750a70f893f34d73232e (patch)
treeb58e8eb2e4671bd1e3c874871a5603f8c0cbfd43
parentdev-python/portend: Enable py3.12 (diff)
downloadgentoo-acd0d135ea9c405d8675750a70f893f34d73232e.tar.gz
gentoo-acd0d135ea9c405d8675750a70f893f34d73232e.tar.bz2
gentoo-acd0d135ea9c405d8675750a70f893f34d73232e.zip
dev-python/fitsio: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/fitsio/fitsio-1.1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fitsio/fitsio-1.1.10.ebuild b/dev-python/fitsio/fitsio-1.1.10.ebuild
index aae8b9bbdd5a..61d611cbdaa4 100644
--- a/dev-python/fitsio/fitsio-1.1.10.ebuild
+++ b/dev-python/fitsio/fitsio-1.1.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1