commit: e34953eb19017aec31bcca13e72a33b5e53e385d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 16:53:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 20 16:56:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34953eb
dev-python/aiohappyeyeballs: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
index 23130e159041..05fb16344a39 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1