[NO TESTS] WIP

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 19:23:39 -06:00
commit 0b5912174a
3 changed files with 17 additions and 18 deletions
tools/python

View file

@ -14,7 +14,8 @@ exports_files([
py_runtime(
name = "python_runtime",
interpreter_path = "/usr/bin/python3",
files = [],
interpreter_path = "/usr/bin/python3.9",
python_version = "PY3",
visibility = ["//visibility:public"],
)