From a2931dc2cc2d4ecd39d51af17811044ed49cbb79 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 17 Jul 2020 13:01:26 -0700 Subject: [PATCH] dev-python/css-parser: PYTHON_COMPAT+="python3_9" Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Zac Medico --- dev-python/css-parser/css-parser-1.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild index 97f1e05ef0895..b87bcd381f807 100644 --- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild +++ b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1