commit: 1f20c7a030c5d12dcca17157b8d4c003938c2251
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Dec 29 01:59:31 2023 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 29 02:11:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f20c7a0
dev-python/w3lib: enable py3.12
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/w3lib/w3lib-2.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/w3lib/w3lib-2.1.2.ebuild
b/dev-python/w3lib/w3lib-2.1.2.ebuild
index 08c95fca3e..a6c954743c 100644
--- a/dev-python/w3lib/w3lib-2.1.2.ebuild
+++ b/dev-python/w3lib/w3lib-2.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi