Skip to content

Commit f664f77

Browse files
authored
Merge pull request #108 from InsightSoftwareConsortium/update-to-allow-ci-passing
DOC: Added a hint for future developers
2 parents 7d013aa + 633592d commit f664f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-package-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ on:
3535
description: 'JSON-formatted array of Python 3.x minor version wheel targets'
3636
required: false
3737
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.
3840
default: '["9","10","11"]'
3941
manylinux-platforms:
4042
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'

0 commit comments

Comments
 (0)