summaryrefslogtreecommitdiff
path: root/dev-python/plotly/plotly-6.5.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 18:31:16 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 18:31:16 +0100
commit70c8fed62a989167429dc1f9bc6b450645bd226a (patch)
tree555f0c075c8f0129744eb6b72c443c294a424e31 /dev-python/plotly/plotly-6.5.2.ebuild
parentda110a2874217e59b982e3613f36685b0fd2bd10 (diff)
downloadgentoo-70c8fed62a989167429dc1f9bc6b450645bd226a.tar.gz
gentoo-70c8fed62a989167429dc1f9bc6b450645bd226a.tar.bz2
gentoo-70c8fed62a989167429dc1f9bc6b450645bd226a.zip
dev-python/plotly: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plotly/plotly-6.5.2.ebuild')
-rw-r--r--dev-python/plotly/plotly-6.5.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plotly/plotly-6.5.2.ebuild b/dev-python/plotly/plotly-6.5.2.ebuild
index deeedc2ec82aa..fe02564f03a51 100644
--- a/dev-python/plotly/plotly-6.5.2.ebuild
+++ b/dev-python/plotly/plotly-6.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1