diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd42e03f8..11f730401 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,10 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: - python-version: [3.7, 3.8] + python-version: ["3.8", "3.9", "3.10"] # Steps represent a sequence of tasks that will be executed as part of the job steps: