Skip to content

Commit

Permalink
test: disable 3.12 for now due to duckdb support
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Apr 8, 2024
1 parent 312f107 commit 3f97367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f97367

Please sign in to comment.