Skip to content

Commit

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

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

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

_ROBOTPY_PYTHON_PLATFORM = "linux_roborio"
Expand Down

0 comments on commit 3728972

Please sign in to comment.