From 305de42ca6a69447a7055b94813394745dc55a9d Mon Sep 17 00:00:00 2001 From: Oskar Triebe Date: Tue, 16 Jan 2024 16:53:36 -0800 Subject: [PATCH] Upgrade tests to Python 3.11 and remove windows (#1515) --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11c168e85..a16ddcece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,8 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, windows-latest] - python-version: ["3.8", "3.10"] - exclude: - - os: windows-latest - python-version: "3.8" + os: [ubuntu-latest] + python-version: ["3.8", "3.11"] env: POETRY_VIRTUALENVS_CREATE: false steps: @@ -54,7 +51,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Install Poetry uses: abatilo/actions-poetry@v2 - name: Setup Pandoc