From ed6870c0242fe4fca81469684f0792ad5ce9629a Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 30 Dec 2024 00:01:17 -0500 Subject: [PATCH] Update to 3.13.1 --- robotpy_installer/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")