From 6619e8005eb9cee666102d2e673f6443b834a87f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 19 Oct 2023 16:20:43 -0700 Subject: [PATCH] Update pip.yml github action python version --- .github/workflows/pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 7c2d341d..8052bb60 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -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