summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 18:50:18 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 19:02:02 +0200
commit282b0500615f9116bd5455b80548c9c20a60e972 (patch)
tree6979e20dd84ff734b13ffe98afa23c2b30da9c7f /dev-python/path
parentdev-python/jaraco-path: Enable py3.13 (diff)
downloadgentoo-282b0500615f9116bd5455b80548c9c20a60e972.tar.gz
gentoo-282b0500615f9116bd5455b80548c9c20a60e972.tar.bz2
gentoo-282b0500615f9116bd5455b80548c9c20a60e972.zip
dev-python/path: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/path')
-rw-r--r--dev-python/path/path-16.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/path/path-16.14.0.ebuild b/dev-python/path/path-16.14.0.ebuild
index e5374882c3bc..7b8b21fb918e 100644
--- a/dev-python/path/path-16.14.0.ebuild
+++ b/dev-python/path/path-16.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi