summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 14:53:22 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 14:53:44 +0200
commitbdab9d605ccd4f83633cf09f5823fee2d9bf7ba0 (patch)
treef0cb772ea5c50762e60d19318f0e50b0d2d28c0a /dev-python/typogrify
parentdev-python/typogrify: Use PEP517 build (diff)
downloadgentoo-bdab9d605ccd4f83633cf09f5823fee2d9bf7ba0.tar.gz
gentoo-bdab9d605ccd4f83633cf09f5823fee2d9bf7ba0.tar.bz2
gentoo-bdab9d605ccd4f83633cf09f5823fee2d9bf7ba0.zip
dev-python/typogrify: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/typogrify')
-rw-r--r--dev-python/typogrify/typogrify-2.0.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
index b826d6039fcb..97abadc4502c 100644
--- a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1