update python
Some checks failed
build

This commit is contained in:
Joe Kaufeld 2023-03-22 22:30:02 -04:00
parent 81ef514459
commit e0ecad451d

View File

@ -14,7 +14,7 @@ jobs:
- uses: https://github.com/actions/checkout@v2 - uses: https://github.com/actions/checkout@v2
- uses: https://github.com/actions/setup-python@v4 - uses: https://github.com/actions/setup-python@v4
with: with:
python-version: '3.10.x' python-version: '3.11.x'
- name: Install Env - name: Install Env
# this should be all we need because shiv will download the deps itself # this should be all we need because shiv will download the deps itself
run: | run: |