summaryrefslogtreecommitdiff
path: root/dev-python/plotly
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/plotly')
-rw-r--r--dev-python/plotly/plotly-1.9.6.ebuild2
-rw-r--r--dev-python/plotly/plotly-4.10.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/plotly/plotly-1.9.6.ebuild b/dev-python/plotly/plotly-1.9.6.ebuild
index 1d1615de744f..ddf00cc54bd3 100644
--- a/dev-python/plotly/plotly-1.9.6.ebuild
+++ b/dev-python/plotly/plotly-1.9.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{5..10} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
inherit distutils-r1 virtualx
diff --git a/dev-python/plotly/plotly-4.10.0.ebuild b/dev-python/plotly/plotly-4.10.0.ebuild
index 374ba2da51f7..42d130feda64 100644
--- a/dev-python/plotly/plotly-4.10.0.ebuild
+++ b/dev-python/plotly/plotly-4.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5..10} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
inherit distutils-r1