From 3f9736759d2a9e9ce4641ca66cecbe8725e2a5b8 Mon Sep 17 00:00:00 2001 From: Mariella CC Date: Mon, 8 Apr 2024 17:38:57 +0200 Subject: [PATCH] test: disable 3.12 for now due to duckdb support --- .github/workflows/build-darwin.yaml | 2 +- .github/workflows/build-linux.yaml | 2 +- .github/workflows/build-windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-darwin.yaml b/.github/workflows/build-darwin.yaml index e89f567..8a07d48 100644 --- a/.github/workflows/build-darwin.yaml +++ b/.github/workflows/build-darwin.yaml @@ -11,7 +11,7 @@ jobs: runs-on: macos-11 strategy: matrix: - python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python_version: ["3.8", "3.9", "3.10", "3.11"] # , "3.12" steps: - name: "Set up Python ${{ matrix.python_version }}" uses: actions/setup-python@v4 diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index f31bc7f..fca70dd 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python_version: ["3.8", "3.9", "3.10", "3.11"] # , "3.12" steps: - name: "Set up Python ${{ matrix.python_version }}" uses: actions/setup-python@v4 diff --git a/.github/workflows/build-windows.yaml b/.github/workflows/build-windows.yaml index 0859397..7c43801 100644 --- a/.github/workflows/build-windows.yaml +++ b/.github/workflows/build-windows.yaml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python_version: ["3.8", "3.9", "3.10", "3.11"] # , "3.12" steps: - name: "Set up Python ${{ matrix.python_version }}" uses: actions/setup-python@v4