diff options
author | 2024-05-19 08:30:59 +0200 | |
---|---|---|
committer | 2024-05-19 13:47:05 +0200 | |
commit | 945a677adcbc69fe68219b170a6c54d9bef551f4 (patch) | |
tree | 8a0bdfa358635a45af23c9ef857691b646ebbb17 /dev-python/cftime | |
parent | dev-python/conway-polynomials: Enable py3.13 (diff) | |
download | gentoo-945a677adcbc69fe68219b170a6c54d9bef551f4.tar.gz gentoo-945a677adcbc69fe68219b170a6c54d9bef551f4.tar.bz2 gentoo-945a677adcbc69fe68219b170a6c54d9bef551f4.zip |
dev-python/cftime: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cftime')
-rw-r--r-- | dev-python/cftime/cftime-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cftime/cftime-1.6.3.ebuild b/dev-python/cftime/cftime-1.6.3.ebuild index bac7bb43831c..e17368025cc6 100644 --- a/dev-python/cftime/cftime-1.6.3.ebuild +++ b/dev-python/cftime/cftime-1.6.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |