fix: use maintained version of python

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-17 20:46:19 -04:00
parent 54b363a1f1
commit 93e438e9f1

View File

@@ -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