summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:15:52 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:46 +0200
commitae951452b7d2de8f12c819ab3f0e967a82391fc3 (patch)
treec64b75614c21b283590f6f87612476005e83f79a /dev-python/python-slugify
parentdev-python/text-unidecode: enable py3.11 (diff)
downloadgentoo-ae951452b7d2de8f12c819ab3f0e967a82391fc3.tar.gz
gentoo-ae951452b7d2de8f12c819ab3f0e967a82391fc3.tar.bz2
gentoo-ae951452b7d2de8f12c819ab3f0e967a82391fc3.zip
dev-python/python-slugify: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/python-slugify-6.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slugify/python-slugify-6.1.2.ebuild b/dev-python/python-slugify/python-slugify-6.1.2.ebuild
index 8312bf675562..8f86150c86b9 100644
--- a/dev-python/python-slugify/python-slugify-6.1.2.ebuild
+++ b/dev-python/python-slugify/python-slugify-6.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1