commit: ff940c016d55ff48132d3290a83fd2a58f4e2d97
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 14:57:52 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 14:57:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff940c01
dev-python/uharfbuzz: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild
b/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild
index 608f845a4..6bd64ecba 100644
--- a/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild
+++ b/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1