diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-30 18:45:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-30 19:00:18 +0200 |
commit | 1faab19a13d28b8bc69d448c1c955b326a986313 (patch) | |
tree | cbeaebc1e7addee09fdabeaca2aaae394bdcd388 /dev-python/rply | |
parent | dev-python/smbus2: Enable py3.13 (diff) | |
download | gentoo-1faab19a13d28b8bc69d448c1c955b326a986313.tar.gz gentoo-1faab19a13d28b8bc69d448c1c955b326a986313.tar.bz2 gentoo-1faab19a13d28b8bc69d448c1c955b326a986313.zip |
dev-python/rply: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rply')
-rw-r--r-- | dev-python/rply/rply-0.7.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rply/rply-0.7.8-r1.ebuild b/dev-python/rply/rply-0.7.8-r1.ebuild index a721bedcbc29..d95f91d02f80 100644 --- a/dev-python/rply/rply-0.7.8-r1.ebuild +++ b/dev-python/rply/rply-0.7.8-r1.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=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |