From 021c48f506cc7216db32badbc3963836b38c4e40 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 9 Mar 2024 18:39:55 +0100 Subject: dev-python/plotly: enable py3.12 Signed-off-by: Andrew Ammerlaan --- dev-python/plotly/plotly-5.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/plotly') diff --git a/dev-python/plotly/plotly-5.19.0.ebuild b/dev-python/plotly/plotly-5.19.0.ebuild index 2c2275a52891..2907cb22ae91 100644 --- a/dev-python/plotly/plotly-5.19.0.ebuild +++ b/dev-python/plotly/plotly-5.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 -- cgit v1.2.3