summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-29 20:44:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-10-29 20:52:14 +0100
commitb2aa4969e96a19611e1dacc6c47eb1ff9e2e3076 (patch)
tree7f8947e31ebc6c927af1a978c2aa6bca7bfb7cbb /dev-python/GridDataFormats
parentdev-python/GridDataFormats: Remove old (diff)
downloadgentoo-b2aa4969e96a19611e1dacc6c47eb1ff9e2e3076.tar.gz
gentoo-b2aa4969e96a19611e1dacc6c47eb1ff9e2e3076.tar.bz2
gentoo-b2aa4969e96a19611e1dacc6c47eb1ff9e2e3076.zip
dev-python/GridDataFormats: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GridDataFormats')
-rw-r--r--dev-python/GridDataFormats/GridDataFormats-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GridDataFormats/GridDataFormats-1.0.2.ebuild b/dev-python/GridDataFormats/GridDataFormats-1.0.2.ebuild
index 17991fb8df1a..d6ba74101f32 100644
--- a/dev-python/GridDataFormats/GridDataFormats-1.0.2.ebuild
+++ b/dev-python/GridDataFormats/GridDataFormats-1.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi