update python version in yml
Some checks failed
Pipeline main branch / test (push) Failing after 6s

This commit is contained in:
continuist 2025-03-29 21:53:16 -04:00
parent 9e97310217
commit ed48e22ecc

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.13.2
python-version: '3.13.2'
- name: Install dependencies
run: |