Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschuett-tomtom committed Dec 24, 2024
1 parent cfa4462 commit c92e13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi_python_versions/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pip.parse(
)
pip.parse(
hub_name = "pypi_3_10_only",
python_version = "3.11",
python_version = "3.10",
requirements_lock = "//requirements:requirements_lock_3_10_only.txt",
)

Expand Down

0 comments on commit c92e13e

Please sign in to comment.