diff options
author | 2023-06-28 07:33:01 +0200 | |
---|---|---|
committer | 2023-06-28 07:33:01 +0200 | |
commit | acd0d135ea9c405d8675750a70f893f34d73232e (patch) | |
tree | b58e8eb2e4671bd1e3c874871a5603f8c0cbfd43 | |
parent | dev-python/portend: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |