Skip to content

Commit

Permalink
Bump required image version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Dec 19, 2023
1 parent 773c371 commit 429c623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robotpy_installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
_ROBORIO_WHEELS = f"https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-{_WPILIB_YEAR}/simple"

_ROBORIO_IMAGES = [
"2024_v1.1",
"2024_v2.0",
]

_ROBORIO2_IMAGES = [
"2024_v1.1",
"2024_v2.0",
]

_ROBOTPY_PYTHON_PLATFORM = "linux_roborio"
Expand Down

0 comments on commit 429c623

Please sign in to comment.