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 82e2490 commit 0dbc527Copy full SHA for 0dbc527
.github/workflows/build.yaml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
platform: [ ubuntu-latest, macos-latest ]
10
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
11
12
runs-on: ${{ matrix.platform }}
13
steps:
0 commit comments