diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 18:33:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:31:03 +0200 |
commit | 1b4d211fccb76a0ea24e79ccfd4464bd38b39932 (patch) | |
tree | e0d61c69a6539108f5d738e6f94237e880f06e7d /dev-python/gpep517 | |
parent | dev-python/installer: Enable py3.13 (diff) | |
download | gentoo-1b4d211fccb76a0ea24e79ccfd4464bd38b39932.tar.gz gentoo-1b4d211fccb76a0ea24e79ccfd4464bd38b39932.tar.bz2 gentoo-1b4d211fccb76a0ea24e79ccfd4464bd38b39932.zip |
dev-python/gpep517: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gpep517')
-rw-r--r-- | dev-python/gpep517/gpep517-15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gpep517/gpep517-15.ebuild b/dev-python/gpep517/gpep517-15.ebuild index 5ea577490b8a..59e88ad9c4ca 100644 --- a/dev-python/gpep517/gpep517-15.ebuild +++ b/dev-python/gpep517/gpep517-15.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |