summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-24 21:01:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-25 02:27:40 +0200
commit9f4bc10e505d38ab808d73d6cf26381c67c58cdc (patch)
tree2563524b1a01d7fc1b30ac71ce4762162c3f3def /dev-python
parentdev-python/random2: python3_9, enable tests in the first place, pass (diff)
downloadgentoo-9f4bc10e505d38ab808d73d6cf26381c67c58cdc.tar.gz
gentoo-9f4bc10e505d38ab808d73d6cf26381c67c58cdc.tar.bz2
gentoo-9f4bc10e505d38ab808d73d6cf26381c67c58cdc.zip
dev-python/pysol_cards: python3_9
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysol_cards/pysol_cards-0.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
index 2153dd470d0c..42a6072be824 100644
--- a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1