From bd9bbfe640fc6cd245124012f37f343169bae005 Mon Sep 17 00:00:00 2001 From: JessicaTegner Date: Tue, 13 Feb 2024 08:03:20 +0100 Subject: [PATCH] wip2 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 022f589..0f1e2f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14, windows-2022] + os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2022] python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0", "pypy3.8", "pypy3.9", "pypy3.10", ] runs-on: ${{ matrix.os }} steps: @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Set up python id: setup-python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Print Python Information @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Set up python id: setup-python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.9 # Build any 1 python version as this wheel is not version dependent - name: Update dependencies