change: Update python version to latest 3.13

This commit is contained in:
2026-01-12 23:06:35 -06:00
parent 04dca7681b
commit da493a88ea

View File

@@ -19,7 +19,7 @@ jobs:
- name: Get python interpreter - name: Get python interpreter
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.13'
- name: Install python packages - name: Install python packages
run: python -m pip install -r requirements.txt run: python -m pip install -r requirements.txt