diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-18 20:02:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-18 20:02:22 +0200 |
commit | a072b4748b79508dd73f800e321d27867bd805f6 (patch) | |
tree | 121f4cdd24b58c722175e7043ebb771b8ed70541 /dev-python/netcdf4 | |
parent | dev-python/minikanren: Enable py3.13 (diff) | |
download | gentoo-a072b4748b79508dd73f800e321d27867bd805f6.tar.gz gentoo-a072b4748b79508dd73f800e321d27867bd805f6.tar.bz2 gentoo-a072b4748b79508dd73f800e321d27867bd805f6.zip |
dev-python/netcdf4: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netcdf4')
-rw-r--r-- | dev-python/netcdf4/netcdf4-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/netcdf4/netcdf4-1.7.1.ebuild b/dev-python/netcdf4/netcdf4-1.7.1.ebuild index 686805676544..655ef46867fd 100644 --- a/dev-python/netcdf4/netcdf4-1.7.1.ebuild +++ b/dev-python/netcdf4/netcdf4-1.7.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_PN=netCDF4 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature pypi |