From bdadffa54f771359469438a8b0ac2d055339f1e1 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 23 Feb 2023 14:41:01 +0100 Subject: sci-libs/ceres-solver: enable py3.11 Signed-off-by: Andrew Ammerlaan --- sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild index 7cb34a8756d3..28312cad9867 100644 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DOCS_BUILDER="sphinx" DOCS_DEPEND="dev-python/sphinx-rtd-theme" DOCS_DIR="docs/source" -- cgit v1.2.3-65-gdbad