Fix the python version for building to 3.10
Some checks failed
Build and Publish / test (push) Failing after 15s
Build and Publish / build (push) Has been skipped
Build and Publish / notify (push) Successful in 0s

This commit is contained in:
Cody Cook 2025-06-17 20:25:31 -07:00
commit c7448b70e1

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Install dependencies
run: |