diff --git a/robotpy_installer/installer.py b/robotpy_installer/installer.py index 408766f..c6b0021 100755 --- a/robotpy_installer/installer.py +++ b/robotpy_installer/installer.py @@ -43,7 +43,7 @@ _PIP_STUB_PATH = "/home/admin/rpip" -_PYTHON_IPK = "https://github.com/robotpy/roborio-python/releases/download/2025-3.13.0-r1/python313_3.13.0-r1_cortexa9-vfpv3.ipk" +_PYTHON_IPK = "https://github.com/robotpy/roborio-python/releases/download/2025-3.13.1-r1/python313_3.13.1-r1_cortexa9-vfpv3.ipk" logger = logging.getLogger("robotpy.installer")