Skip to content

Commit

Permalink
ci: remove early 3.12 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jun 25, 2023
1 parent 7021fbf commit 915b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.11", "3.12.0b2"]
python-version: ["3.11"]
uses: ./.github/workflows/test.yaml
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 915b732

Please sign in to comment.