fix: use maintained version of python

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-17 20:46:21 -04:00
parent cd1923eb9f
commit 4567903371

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