diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:57:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:11:51 +0200 |
commit | a103930b820ed071f30e762b3cefe684b45eaa30 (patch) | |
tree | e3dccb354cd2abbe687d0cf3d75a58ad524bdec8 /dev-python/cftime | |
parent | dev-python/cftime: Require cython<3 (diff) | |
download | gentoo-a103930b820ed071f30e762b3cefe684b45eaa30.tar.gz gentoo-a103930b820ed071f30e762b3cefe684b45eaa30.tar.bz2 gentoo-a103930b820ed071f30e762b3cefe684b45eaa30.zip |
dev-python/cftime: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cftime')
-rw-r--r-- | dev-python/cftime/cftime-1.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cftime/cftime-1.6.2.ebuild b/dev-python/cftime/cftime-1.6.2.ebuild index 9a674220dbc7..c1341db6add8 100644 --- a/dev-python/cftime/cftime-1.6.2.ebuild +++ b/dev-python/cftime/cftime-1.6.2.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 pypi |