From d11614bd502e0fdbe4c8d046981704ff9c7cc74f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 17 Apr 2025 20:48:25 -0400 Subject: [PATCH] fix: use maintained version of python --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c4a571..35cf590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.7.x" + python-version: "3.13" - run: make setup @@ -70,7 +70,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.7.x" + python-version: "3.13" - run: make setup