From 53fdc69e2c051d85b4c62c385c38f4271851677d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 19 Jun 2021 23:07:40 +0200 Subject: [PATCH] dev-python/cffsubr: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/cffsubr/cffsubr-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cffsubr/cffsubr-0.2.8.ebuild b/dev-python/cffsubr/cffsubr-0.2.8.ebuild index d98815a40a..8f691deed4 100644 --- a/dev-python/cffsubr/cffsubr-0.2.8.ebuild +++ b/dev-python/cffsubr/cffsubr-0.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1