Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ on:
description: 'JSON-formatted array of Python 3.x minor version wheel targets'
required: false
type: string
# Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11.
# Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI.
default: '["9","10","11"]'
manylinux-platforms:
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'
Expand Down