Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: temporarily reduce number of jobs: SNOW-2311643
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down Expand Up @@ -88,9 +86,7 @@ jobs:
id: macosx_x86_64
- image: macos-latest
id: macosx_arm64
# TODO: temporarily reduce number of jobs: SNOW-2311643
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os:
image: windows-11-arm
Expand Down Expand Up @@ -150,9 +146,7 @@ jobs:
download_name: win_amd64
- image_name: windows-11-arm
download_name: win_arm64
# TODO: temporarily reduce number of jobs: SNOW-2311643
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
cloud-provider: [aws, azure, gcp]
exclude:
- os:
Expand Down Expand Up @@ -390,9 +384,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: temporarily reduce number of jobs: SNOW-2311643
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
cloud-provider: [aws]
steps:
- name: Set shortver
Expand Down Expand Up @@ -459,9 +451,7 @@ jobs:
download_name: macosx_x86_64
- image_name: windows-latest
download_name: win_amd64
# TODO: temporarily reduce number of jobs: SNOW-2311643
# python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.13"]
python-version: ["3.10", "3.11", "3.12"]
cloud-provider: [aws, azure, gcp]
steps:
- uses: actions/checkout@v4
Expand Down
Loading