summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 22:56:46 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 00:07:50 -0500
commitf24a0d0a7ace9ad1bdfe74b9b8a3f2def139e3b5 (patch)
treeb4a8e6681333d7a07b0a382e2fbe219fc841545f /dev-python/pandas
parentdev-python/rpy: add py37 support to 2.6.2 (diff)
downloadgentoo-f24a0d0a7ace9ad1bdfe74b9b8a3f2def139e3b5.tar.gz
gentoo-f24a0d0a7ace9ad1bdfe74b9b8a3f2def139e3b5.tar.bz2
gentoo-f24a0d0a7ace9ad1bdfe74b9b8a3f2def139e3b5.zip
dev-python/pandas: 0.24.1 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pandas')
-rw-r--r--dev-python/pandas/pandas-0.24.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pandas/pandas-0.24.1.ebuild b/dev-python/pandas/pandas-0.24.1.ebuild
index 25670ee8bcfa..2d91244e9f69 100644
--- a/dev-python/pandas/pandas-0.24.1.ebuild
+++ b/dev-python/pandas/pandas-0.24.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
VIRTUALX_REQUIRED="manual"