Skip to content

Commit 2a8cc29

Browse files
committed
BUG: Remove Python 3.8 from default Python minor versions
3.8 was removed from the ITK intel-mac builds.
1 parent e13e978 commit 2a8cc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
description: 'JSON-formatted array of Python 3.x minor version wheel targets'
3535
required: false
3636
type: string
37-
default: '["8","9","10","11"]'
37+
default: '["9","10","11"]'
3838
manylinux-platforms:
3939
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'
4040
required: false

0 commit comments

Comments
 (0)