commit: 8e5a0beca5bce08289218d3df3c46f2983bc1608
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 15:35:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 17:00:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5a0bec
dev-python/aiounittest: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiounittest/aiounittest-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiounittest/aiounittest-1.4.2.ebuild
b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
index 139259904c79..19ae7888bc6e 100644
--- a/dev-python/aiounittest/aiounittest-1.4.2.ebuild
+++ b/dev-python/aiounittest/aiounittest-1.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1