diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 16:05:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 16:26:10 +0200 |
commit | 81c7710dae4b7791cdc15c6ced63d98886295a0b (patch) | |
tree | 9e3a4237a7241c473a2b9a366353d73101ebd152 /dev-python/boolean-py | |
parent | dev-python/blurb: Enable py3.13 (diff) | |
download | gentoo-81c7710dae4b7791cdc15c6ced63d98886295a0b.tar.gz gentoo-81c7710dae4b7791cdc15c6ced63d98886295a0b.tar.bz2 gentoo-81c7710dae4b7791cdc15c6ced63d98886295a0b.zip |
dev-python/boolean-py: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boolean-py')
-rw-r--r-- | dev-python/boolean-py/boolean-py-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/boolean-py/boolean-py-4.0.ebuild b/dev-python/boolean-py/boolean-py-4.0.ebuild index caf874666e42..aad89d40ea70 100644 --- a/dev-python/boolean-py/boolean-py-4.0.ebuild +++ b/dev-python/boolean-py/boolean-py-4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-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 |