You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support python_version attribute the same way rules_python
does, with the exception that we generate no `defs.bzl` file that users
can just replace their with. Instead we encourage them to create their
own macros that sets the desired version on py_binary/py_test rule.
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
- Suggested release notes appear below: yes
### Test plan
- New test cases added
---------
Co-authored-by: Matt Mackay <matt@aspect.dev>
0 commit comments