summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 17:59:42 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 18:02:31 +0200
commit29b39ab66a92bc559432061e63fe8e68632a9ded (patch)
tree2b0f0e8bd60a954bc9d45c5eba51e02978839c11
parentdev-python/configupdater: Enable py3.12 (diff)
downloadgentoo-29b39ab66a92bc559432061e63fe8e68632a9ded.tar.gz
gentoo-29b39ab66a92bc559432061e63fe8e68632a9ded.tar.bz2
gentoo-29b39ab66a92bc559432061e63fe8e68632a9ded.zip
dev-python/path: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/path/path-16.6.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/path/path-16.6.0-r1.ebuild b/dev-python/path/path-16.6.0-r1.ebuild
index d538d871e335..9908e48eba0a 100644
--- a/dev-python/path/path-16.6.0-r1.ebuild
+++ b/dev-python/path/path-16.6.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1 pypi