bump py versions

This commit is contained in:
Alex Mykyta
2025-10-13 22:42:40 -07:00
parent a440cc1976
commit b097062e85
5 changed files with 7 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
include:
- os: ubuntu-latest
@@ -91,7 +92,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: |
@@ -113,7 +114,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: |
@@ -141,7 +142,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: |