summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 18:10:08 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 18:21:31 +0100
commite88e489349a931efefbed7ca3c5ff628815c9f47 (patch)
tree5ae9be10f78331da8965000eff050625c8f1b912 /dev-python
parentc81c888ac7f3fec763e396746deaec254248c5b8 (diff)
downloadgentoo-e88e489349a931efefbed7ca3c5ff628815c9f47.tar.gz
gentoo-e88e489349a931efefbed7ca3c5ff628815c9f47.tar.bz2
gentoo-e88e489349a931efefbed7ca3c5ff628815c9f47.zip
dev-python/chart-studio: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/chart-studio/chart-studio-1.1.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chart-studio/chart-studio-1.1.0-r2.ebuild b/dev-python/chart-studio/chart-studio-1.1.0-r2.ebuild
index 860784c70a14..0575dfeb94ad 100644
--- a/dev-python/chart-studio/chart-studio-1.1.0-r2.ebuild
+++ b/dev-python/chart-studio/chart-studio-1.1.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1