diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 09:45:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 09:55:11 +0200 |
commit | 2c3e2b65526142356d9f65ba071bc78fbb58a863 (patch) | |
tree | 91b5f521f20a546cddd6e8059f66e8950640645f /dev-python/stack-data | |
parent | dev-python/pure-eval: Enable py3.13 (diff) | |
download | gentoo-2c3e2b65526142356d9f65ba071bc78fbb58a863.tar.gz gentoo-2c3e2b65526142356d9f65ba071bc78fbb58a863.tar.bz2 gentoo-2c3e2b65526142356d9f65ba071bc78fbb58a863.zip |
dev-python/stack-data: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stack-data')
-rw-r--r-- | dev-python/stack-data/stack-data-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/stack-data/stack-data-0.6.3.ebuild b/dev-python/stack-data/stack-data-0.6.3.ebuild index 441925167275..f91f6ee5c852 100644 --- a/dev-python/stack-data/stack-data-0.6.3.ebuild +++ b/dev-python/stack-data/stack-data-0.6.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |