commit: 06dac2116ad8dc6b470ef4872c4c57157bf42689
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 19:28:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 19:31:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dac211
dev-python/uc-micro-py: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
b/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
index 678cc0c2603d..aa5a890ca5cf 100644
--- a/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
+++ b/dev-python/uc-micro-py/uc-micro-py-1.0.2.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