Skip to content

Commit eee11ea

Browse files
committed
exclude 3.11
1 parent f0cca0b commit eee11ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
exclude:
2828
- { python-version: "3.8", os: "macos-latest" }
2929
- { python-version: "3.9", os: "macos-latest" }
30+
- { python-version: "3.11", os: "macos-latest" }
3031
include:
3132
- { python-version: "3.8", os: "macos-13" }
3233
- { python-version: "3.9", os: "macos-13" }
34+
- { python-version: "3.11", os: "macos-13" }
3335
defaults:
3436
run:
3537
shell: bash

0 commit comments

Comments
 (0)