Skip to content

Commit 915b732

Browse files
committed
ci: remove early 3.12 usage
1 parent 7021fbf commit 915b732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: true
3030
matrix:
31-
python-version: ["3.11", "3.12.0b2"]
31+
python-version: ["3.11"]
3232
uses: ./.github/workflows/test.yaml
3333
with:
3434
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)