diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:43:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:59:08 +0200 |
commit | 3bd9c09287535a13aac39167eac287b1c04c9c0a (patch) | |
tree | 16d4b546e8e20756c803b43fa1cbf8a0a22e6302 /dev-python/reedsolo | |
parent | dev-python/re-assert: Enable py3.13 (diff) | |
download | gentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.tar.gz gentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.tar.bz2 gentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.zip |
dev-python/reedsolo: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/reedsolo')
-rw-r--r-- | dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild b/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild index d88408f4e74a..9de977325536 100644 --- a/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild +++ b/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |