aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 16:57:52 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 16:57:52 +0200
commitff940c016d55ff48132d3290a83fd2a58f4e2d97 (patch)
tree48426ef1aaf0262e2a7906eeca5ba34ee76771a1 /dev-python/uharfbuzz
parentdev-python/youseedee: enable py3.11 (diff)
downloadguru-ff940c016d55ff48132d3290a83fd2a58f4e2d97.tar.gz
guru-ff940c016d55ff48132d3290a83fd2a58f4e2d97.tar.bz2
guru-ff940c016d55ff48132d3290a83fd2a58f4e2d97.zip
dev-python/uharfbuzz: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/uharfbuzz')
-rw-r--r--dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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