rm py3.8, add 3.13

This commit is contained in:
Dario Coscia
2025-04-15 14:01:47 +02:00
committed by Dario Coscia
parent 7e49392ac3
commit 9686d05eff
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
@@ -91,7 +91,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |