Files
ortools-clone/.github/workflows
Corentin Le Molgat 21a7a8071b bazel: only test against python3.12 CI
try to use a different version version will led to the bazel test error:

```sh
bazel test -c opt --test_output=errors //ortools/... //examples/...
...
FAIL: //ortools/pdlp/python:pdlp_test (Exit 1) (see /home/runner/.cache/bazel/_bazel_runner/67ceb8c7c63f44f5a932a40cb5180139/execroot/_main/bazel-out/k8-opt/testlogs/ortools/pdlp/python/pdlp_test/test.log)
INFO: From Testing //ortools/pdlp/python:pdlp_test:
==================== Test output for //ortools/pdlp/python:pdlp_test:
Traceback (most recent call last):
  File "/home/runner/.cache/bazel/_bazel_runner/67ceb8c7c63f44f5a932a40cb5180139/sandbox/processwrapper-sandbox/7369/execroot/_main/bazel-out/k8-opt/bin/ortools/pdlp/python/pdlp_test.runfiles/_main/ortools/pdlp/python/pdlp_test.py", line 23, in <module>
    from ortools.pdlp.python import pdlp
ImportError: Python version mismatch: module was compiled for Python 3.12, but the interpreter version is incompatible: 3.11.10 (main, Oct 16 2024, 04:38:48) [Clang 18.1.8 ].
```
2025-01-20 15:29:16 +01:00
..
2024-08-27 14:43:29 +02:00
2024-02-09 00:59:06 +01:00
2023-10-11 11:34:43 +02:00