commit: ec191f586449acedddc27f39ab7560678875c80e
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 13 13:55:42 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 19:00:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec191f58
dev-python/unasync: enable py3.12
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/unasync/unasync-0.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/unasync/unasync-0.5.0-r1.ebuild
b/dev-python/unasync/unasync-0.5.0-r1.ebuild
index f3a903b9fb11..11ff28efbe29 100644
--- a/dev-python/unasync/unasync-0.5.0-r1.ebuild
+++ b/dev-python/unasync/unasync-0.5.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="The async transformation code"