From 7710763ba8b333bc2d0fec81df393ad8a1b52935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 May 2021 09:10:09 +0200 Subject: dev-python/python-slugify: Enable python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python-slugify/python-slugify-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/python-slugify/python-slugify-5.0.0.ebuild') 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 -- cgit v1.2.3