benchmark/.github/workflows
Nicholas Junge f59d021ebc
Modernize setup.py, extend Python bindings CI (#1535)
distutils is deprecated and will be removed in Python 3.12, so this
commit modernizes the Python bindings `setup.py` file in order to
future-proof the code.

On top of this, type hints were added for all of the convenience
functions to make static type checking adoption easier in the future,
if desired.

A context manager was added to temporarily write the Python include
path to the Bazel WORKSPACE file - but unlike previously, the
WORKSPACE file is reverted to its previous state after the build to not
produce changes on every rebuild.

Lastly, the Python bindings test matrix was extended to all major
platforms to create a more complete picture of the current state of
the bindings, especially with regards to upcoming wheel builds.
2023-02-03 09:47:02 +00:00
..
bazel.yml add multiple OSes to bazel workflow (#1412) 2022-06-13 17:45:20 +01:00
build-and-test-perfcounters.yml bump cmake dep and docs (#1468) 2022-09-14 15:11:37 +01:00
build-and-test.yml bump cmake dep and docs (#1468) 2022-09-14 15:11:37 +01:00
clang-format-lint.yml check clang format on pull requests and merges (#1281) 2021-11-10 16:49:49 +00:00
clang-tidy.yml Add clang-tidy check (#1290) 2021-11-25 15:47:44 +00:00
doxygen.yml bump cmake dep and docs (#1468) 2022-09-14 15:11:37 +01:00
pylint.yml bump cmake dep and docs (#1468) 2022-09-14 15:11:37 +01:00
sanitizer.yml cleanup comments 2022-07-05 10:42:36 +01:00
test_bindings.yml Modernize setup.py, extend Python bindings CI (#1535) 2023-02-03 09:47:02 +00:00
wheels.yml Bump pybind11 version to enable Python 3.11 wheel builds (#1489) 2022-09-13 15:01:46 +01:00