diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 17:07:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 17:07:51 +0200 |
commit | d78595ea8a720100679e4e55bb798c582c6039f2 (patch) | |
tree | e99539ce9e32f3e5921770718bb256b3165a0b96 /dev-python/contourpy | |
parent | dev-python/fonttools: Enable py3.12 (diff) | |
download | gentoo-d78595ea8a720100679e4e55bb798c582c6039f2.tar.gz gentoo-d78595ea8a720100679e4e55bb798c582c6039f2.tar.bz2 gentoo-d78595ea8a720100679e4e55bb798c582c6039f2.zip |
dev-python/contourpy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/contourpy')
-rw-r--r-- | dev-python/contourpy/contourpy-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/contourpy/contourpy-1.1.1.ebuild b/dev-python/contourpy/contourpy-1.1.1.ebuild index 220b0a33dc3e..34147fde2836 100644 --- a/dev-python/contourpy/contourpy-1.1.1.ebuild +++ b/dev-python/contourpy/contourpy-1.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |