summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 17:07:05 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 17:07:51 +0200
commitd78595ea8a720100679e4e55bb798c582c6039f2 (patch)
treee99539ce9e32f3e5921770718bb256b3165a0b96
parentdev-python/fonttools: Enable py3.12 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/contourpy/contourpy-1.1.1.ebuild2
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