We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d013aa + 633592d commit f664f77Copy full SHA for f664f77
.github/workflows/build-test-package-python.yml
@@ -35,6 +35,8 @@ on:
35
description: 'JSON-formatted array of Python 3.x minor version wheel targets'
36
required: false
37
type: string
38
+ # Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11.
39
+ # Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI.
40
default: '["9","10","11"]'
41
manylinux-platforms:
42
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'
0 commit comments