diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-09 21:11:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-09 21:12:41 +0200 |
commit | 1f0f72d6626aadce1d06060128865440277b5754 (patch) | |
tree | cfd39767f91eeb5f836d069673e94de4d880c00a /dev-python/soupsieve | |
parent | dev-python/chardet: Enable py3.13 (diff) | |
download | gentoo-1f0f72d6626aadce1d06060128865440277b5754.tar.gz gentoo-1f0f72d6626aadce1d06060128865440277b5754.tar.bz2 gentoo-1f0f72d6626aadce1d06060128865440277b5754.zip |
dev-python/soupsieve: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/soupsieve')
-rw-r--r-- | dev-python/soupsieve/soupsieve-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/soupsieve/soupsieve-2.5.ebuild b/dev-python/soupsieve/soupsieve-2.5.ebuild index 2958ba30e5db..bf71993e5753 100644 --- a/dev-python/soupsieve/soupsieve-2.5.ebuild +++ b/dev-python/soupsieve/soupsieve-2.5.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=hatchling -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |