From 50f5f95fdb2e746e61247c95ff811aeb3ad1993b Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Tue, 19 Nov 2024 17:56:10 +0100 Subject: [PATCH] set up version to 9.12; remove python 3.8 --- MODULE.bazel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index cc0c43d8fb..5a295913d4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,7 +5,7 @@ # For more details, please check https://github.com/bazelbuild/bazel/issues/18958 ############################################################################### -OR_TOOLS_VERSION = "10.0.0" +OR_TOOLS_VERSION = "9.12.0" module( name = "or-tools", @@ -48,7 +48,6 @@ git_override( ) SUPPORTED_PYTHON_VERSIONS = [ - "3.8", "3.9", "3.10", "3.11",