set up version to 9.12; remove python 3.8
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user