summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-06 13:46:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-06 15:17:00 +0200
commita6d84fd83c286fbcee72ab31713d580dadd1c236 (patch)
tree2daca3e0ca954a66605d7ff76a5f49851670ff86 /dev-python/dill
parentdev-python/mpi4py: 3.0.3 version bump w/ python3_8, python3_9 (diff)
downloadgentoo-a6d84fd83c286fbcee72ab31713d580dadd1c236.tar.gz
gentoo-a6d84fd83c286fbcee72ab31713d580dadd1c236.tar.bz2
gentoo-a6d84fd83c286fbcee72ab31713d580dadd1c236.zip
dev-python/dill: python3_9
Tests passed. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r--dev-python/dill/dill-0.3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.1.1.ebuild b/dev-python/dill/dill-0.3.1.1.ebuild
index d05c926f14cc..c1896db8f750 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