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

This commit is contained in:
Cody Cook 2025-06-17 20:23:48 -07:00
parent 70435172bc
commit fc36606fa7
2 changed files with 1 additions and 7 deletions

View file

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

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good