We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935175a commit b6e20e2Copy full SHA for b6e20e2
.github/workflows/macos_python.yml
@@ -13,7 +13,7 @@ jobs:
13
max-parallel: 4
14
matrix:
15
os: [macOS-12]
16
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10"]
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
0 commit comments