summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-31 16:16:27 +0100
committerMichał Górny <mgorny@gentoo.org>2022-10-31 16:49:12 +0100
commitadba93adddf34a562fb87b436c926f7cd533d875 (patch)
treee1130520c4fd47872c765e7a05182747206e8166
parentdev-python/ansible-compat: Bump to 2.2.3 (diff)
downloadgentoo-adba93ad.tar.gz
gentoo-adba93ad.tar.bz2
gentoo-adba93ad.zip
dev-python/precis-i18n: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/precis-i18n/precis-i18n-1.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
index cea7e43875a1..d924bf3e938a 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
MY_PN="${PN/-/_}"