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.
1 parent 7021fbf commit 915b732Copy full SHA for 915b732
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: true
30
matrix:
31
- python-version: ["3.11", "3.12.0b2"]
+ python-version: ["3.11"]
32
uses: ./.github/workflows/test.yaml
33
with:
34
python-version: ${{ matrix.python-version }}
0 commit comments