summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-18 22:28:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-18 22:28:20 +0200
commit276464e389dd54a795a5e1e3917247040b7b547e (patch)
tree2fb23cf132fc0bf3790e686eefaccf35e1aa1a76 /dev-python/python-slugify
parentdev-python/rdflib: Bump to 5.0.0 (diff)
downloadgentoo-276464e389dd54a795a5e1e3917247040b7b547e.tar.gz
gentoo-276464e389dd54a795a5e1e3917247040b7b547e.tar.bz2
gentoo-276464e389dd54a795a5e1e3917247040b7b547e.zip
dev-python/python-slugify: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/python-slugify-1.2.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
index 569e6c07989d..caa392833c73 100644
--- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild
+++ b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1