From df03c28cf38a5b988a28511c68278e70fba3204e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 May 2020 22:54:01 +0200 Subject: dev-python/smmap: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/smmap/smmap-3.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/smmap') diff --git a/dev-python/smmap/smmap-3.0.4.ebuild b/dev-python/smmap/smmap-3.0.4.ebuild index 73277c500b93..90972aeedae0 100644 --- a/dev-python/smmap/smmap-3.0.4.ebuild +++ b/dev-python/smmap/smmap-3.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad