summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 18:01:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 18:02:34 +0200
commitdaa03f6bc646455f8cb36865d722360d80200a67 (patch)
tree2170a9c53bd914151ad2ccbc7dd22d1c4f44013b
parentdev-python/configupdater: Add missing setuptools-scm BDEP (diff)
downloadgentoo-daa03f6bc646455f8cb36865d722360d80200a67.tar.gz
gentoo-daa03f6bc646455f8cb36865d722360d80200a67.tar.bz2
gentoo-daa03f6bc646455f8cb36865d722360d80200a67.zip
dev-python/jaraco-path: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-path/jaraco-path-3.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-path/jaraco-path-3.5.0.ebuild b/dev-python/jaraco-path/jaraco-path-3.5.0.ebuild
index 48dee04dc6dd..58cccfcf151b 100644
--- a/dev-python/jaraco-path/jaraco-path-3.5.0.ebuild
+++ b/dev-python/jaraco-path/jaraco-path-3.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1 pypi