diff options
author | 2024-06-14 17:16:59 +0200 | |
---|---|---|
committer | 2024-06-14 17:54:46 +0200 | |
commit | d9e7d88b77b6f18696cb1dbcecf0b805872f79a3 (patch) | |
tree | c2fe8dbecef803dc0dfb9fc6bd0d358d9bf0dcf5 /dev-python/MechanicalSoup | |
parent | x11-drivers/nvidia-drivers: drop 555.42.02 (diff) | |
download | gentoo-d9e7d88b77b6f18696cb1dbcecf0b805872f79a3.tar.gz gentoo-d9e7d88b77b6f18696cb1dbcecf0b805872f79a3.tar.bz2 gentoo-d9e7d88b77b6f18696cb1dbcecf0b805872f79a3.zip |
dev-python/MechanicalSoup: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/MechanicalSoup')
-rw-r--r-- | dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild index a17bf69731c3..3c7f1d3ca288 100644 --- a/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild +++ b/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild @@ -1,11 +1,11 @@ -# 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 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |