summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 15:47:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 16:05:38 +0200
commit032ec9ed25d0900b5525b8904e8fd27ad576fe7c (patch)
tree1eb917ae7319a27e2aeb01e503bc7e26d8819da0 /dev-python/MechanicalSoup
parentnet-analyzer/mtr: backport F_S=3 fix (diff)
downloadgentoo-032ec9ed25d0900b5525b8904e8fd27ad576fe7c.tar.gz
gentoo-032ec9ed25d0900b5525b8904e8fd27ad576fe7c.tar.bz2
gentoo-032ec9ed25d0900b5525b8904e8fd27ad576fe7c.zip
dev-python/MechanicalSoup: Enable py3.12
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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild
index 2d889dc6917a..a17bf69731c3 100644
--- a/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild
+++ b/dev-python/MechanicalSoup/MechanicalSoup-1.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi