From a6d84fd83c286fbcee72ab31713d580dadd1c236 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 13:46:55 +0200 Subject: [PATCH] dev-python/dill: python3_9 Tests passed. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- dev-python/dill/dill-0.3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dill/dill-0.3.1.1.ebuild b/dev-python/dill/dill-0.3.1.1.ebuild index d05c926f14cc9..c1896db8f7507 100644 --- a/dev-python/dill/dill-0.3.1.1.ebuild +++ b/dev-python/dill/dill-0.3.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1