Skip to content

Consolidate interpreter archives with rules_python #9

Description

@UebelAndre

Currently python archives are tracked independently within the repo:

"""Python Build Standalone Versions
A mapping of Python version to platform to integrity and URL for Python Build Standalone distributions.
"""
# AUTO-GENERATED: DO NOT MODIFY
#
# Update using the following command:
#
# ```
# bazel run //pex/private:update_python_versions
# ```
PYTHON_BUILD_STANDALONE_VERSIONS = {

But rules_python also defines their own in @rules_python//python/versions.bzl (or somewhere related) that could probably be reused.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions