From 33bfd9f92cc65319be8184b26b75406430b6b1bc Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Tue, 15 Mar 2022 15:20:02 -0700 Subject: [PATCH] Allow for custom python versions in `python_register_toolchains` --- python/repositories.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/python/repositories.bzl b/python/repositories.bzl index 09683261de..3ee418ae0f 100644 --- a/python/repositories.bzl +++ b/python/repositories.bzl @@ -183,7 +183,6 @@ python_repository = repository_rule( "python_version": attr.string( doc = "The Python version.", mandatory = True, - values = TOOL_VERSIONS.keys() + MINOR_MAPPING.keys(), ), "release_filename": attr.string( doc = "The filename of the interpreter to be downloaded",