diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-16 18:58:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:33:56 +0200 |
commit | f933c55138a25ebf3dec7ce213315debfca8f034 (patch) | |
tree | 7f7f5605b1d92d60efb3614c9504317c9774e5ec /dev-python/parso | |
parent | dev-python/miniupnpc: Enable py3.13 (diff) | |
download | gentoo-f933c55138a25ebf3dec7ce213315debfca8f034.tar.gz gentoo-f933c55138a25ebf3dec7ce213315debfca8f034.tar.bz2 gentoo-f933c55138a25ebf3dec7ce213315debfca8f034.zip |
dev-python/parso: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/parso')
-rw-r--r-- | dev-python/parso/parso-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parso/parso-0.8.4.ebuild b/dev-python/parso/parso-0.8.4.ebuild index 2f535075cb4c..8e84f5618158 100644 --- a/dev-python/parso/parso-0.8.4.ebuild +++ b/dev-python/parso/parso-0.8.4.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 |