commit:     751326f1d7c9eae0bfab810775ed2ceb794400bf
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 15:57:41 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 16:01:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=751326f1

dev-cpp/xtensor: enable py3.12

Closes: https://bugs.gentoo.org/931360
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-cpp/xtensor/xtensor-0.24.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/xtensor/xtensor-0.24.4.ebuild 
b/dev-cpp/xtensor/xtensor-0.24.4.ebuild
index 0caf412ab9..7dd57e617b 100644
--- a/dev-cpp/xtensor/xtensor-0.24.4.ebuild
+++ b/dev-cpp/xtensor/xtensor-0.24.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 # required because of manual install in src_install
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake python-any-r1 optfeature toolchain-funcs
 

Reply via email to