Skip to content

Commit

Permalink
workspace fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljs1990 authored and michaelschuett-tomtom committed Dec 26, 2024
1 parent 4eeed13 commit 02b38bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/multi_python_versions/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ multi_pip_parse(
default_version = default_python_version,
python_interpreter_target = {
"3.10": "@python_3_10_host//:python",
"3.10_only": "@python_3_10_host//:python",
"3.11": "@python_3_11_host//:python",
"3.8": "@python_3_8_host//:python",
"3.9": "@python_3_9_host//:python",
},
requirements_lock = {
"3.10": "//requirements:requirements_lock_3_10.txt",
"3.10_only": "//requirements:requirements_lock_3_10_only.txt",
"3.11": "//requirements:requirements_lock_3_11.txt",
"3.8": "//requirements:requirements_lock_3_8.txt",
"3.9": "//requirements:requirements_lock_3_9.txt",
Expand Down

0 comments on commit 02b38bf

Please sign in to comment.