diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 09:10:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 09:32:51 +0200 |
commit | 7710763ba8b333bc2d0fec81df393ad8a1b52935 (patch) | |
tree | 915f8cbfe8a0d289122c177169c12017801804f9 /dev-python/python-slugify | |
parent | dev-python/text-unidecode: Enable python3.10 (diff) | |
download | gentoo-7710763ba8b333bc2d0fec81df393ad8a1b52935.tar.gz gentoo-7710763ba8b333bc2d0fec81df393ad8a1b52935.tar.bz2 gentoo-7710763ba8b333bc2d0fec81df393ad8a1b52935.zip |
dev-python/python-slugify: Enable python3.10
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-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slugify/python-slugify-5.0.0.ebuild b/dev-python/python-slugify/python-slugify-5.0.0.ebuild index ae681ae6129d..165d16f9ab9f 100644 --- a/dev-python/python-slugify/python-slugify-5.0.0.ebuild +++ b/dev-python/python-slugify/python-slugify-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |