set up version to 9.12; remove python 3.8

This commit is contained in:
Laurent Perron
2024-11-19 17:56:10 +01:00
parent 985229f928
commit 50f5f95fdb

View File

@@ -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",