nicholasjng / nanobind-bazel

Bazel defs and rules for building Python projects with nanobind extensions.
Apache License 2.0
9 stars 1 forks source link

Revert rules_cc bump #42

Closed nicholasjng closed 1 month ago

nicholasjng commented 1 month ago

It broke Bazel 6.x compatibility, and was not required.

rules_python@0.37.0 is now depended on for Python 3.13 support, which is good to have for free-threading (the headline feature of nanobind v2.2.0).