Skip to content
Closed
Changes from 2 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
3 changes: 1 addition & 2 deletions .github/workflows/_build-python-wheel-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
description: 'Python versions to use for building'
required: true
type: string
default: '["3.11", "3.12", "3.13"]'

jobs:
build_sdist:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
- macos-latest
- macos-15-intel
- windows-latest
python: ${{ fromJSON(inputs.python_version) }}
python: ${{ fromJSON(inputs.python_version || '["3.12", "3.13", "3.14"]') }}

steps:
- name: Check out
Expand Down