Skip to content

Commit 5876b33

Browse files
committed
Commented out empty exclude
Signed-off-by: Joshua Minor <[email protected]>
1 parent 21bd2c9 commit 5876b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
matrix:
170170
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
171171
python-build: ['cp39', 'cp310', 'cp311', 'cp312']
172-
exclude:
172+
# exclude:
173173
# none currently
174174
# - { os: macos-latest, python-build: 'cp37' }
175175
steps:

0 commit comments

Comments
 (0)