1
0
Fork 0
mirror of synced 2024-05-26 23:29:48 +12:00

Update pip.yml github action python version

This commit is contained in:
Nick Sweeting 2023-10-19 16:20:43 -07:00 committed by GitHub
parent a61f544547
commit 6619e8005e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.11
architecture: x64
- name: Build Python Package