fix: use maintained version of python

This commit is contained in:
Jose Diaz-Gonzalez
2025-04-17 20:48:25 -04:00
parent 5925f9c4d4
commit d11614bd50

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