commit:     fbbf26d5c69826546f906a535b0cb635814d1bc2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 19:48:03 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 19:48:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbf26d5

sci-ml/onnx: enable py3.13

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/onnx/{onnx-1.17.0.ebuild => onnx-1.17.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-ml/onnx/onnx-1.17.0.ebuild b/sci-ml/onnx/onnx-1.17.0-r1.ebuild
similarity index 97%
rename from sci-ml/onnx/onnx-1.17.0.ebuild
rename to sci-ml/onnx/onnx-1.17.0-r1.ebuild
index 557c1014ad16..0b868d900025 100644
--- a/sci-ml/onnx/onnx-1.17.0.ebuild
+++ b/sci-ml/onnx/onnx-1.17.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1 cmake
 
 DESCRIPTION="Open Neural Network Exchange (ONNX)"

Reply via email to