We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c6436 + cdc3d67 commit 09eb0e6Copy full SHA for 09eb0e6
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
matrix:
61
os: [macOS, Ubuntu, Windows]
62
major: [3]
63
- minor: [9, 10]
+ minor: [9, 10, 11]
64
runs-on: ${{ matrix.os }}-latest
65
steps:
66
- uses: actions/checkout@master
@@ -69,7 +69,7 @@ jobs:
69
if: matrix.os == 'macOS' || matrix.os == 'Ubuntu'
70
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
71
if: matrix.os == 'Windows'
72
- - uses: pypa/cibuildwheel@v2.11.1
+ - uses: pypa/cibuildwheel@v2.11.2
73
with:
74
output-dir: dist
75
env:
0 commit comments