diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-11 18:50:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-11 19:02:02 +0200 |
commit | 282b0500615f9116bd5455b80548c9c20a60e972 (patch) | |
tree | 6979e20dd84ff734b13ffe98afa23c2b30da9c7f /dev-python/path | |
parent | dev-python/jaraco-path: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |