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 125f45f commit 3611a24Copy full SHA for 3611a24
1 file changed
.github/workflows/wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
runs-on: macos-latest
52
strategy:
53
matrix:
54
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
55
steps:
56
- uses: actions/checkout@v3
57
- uses: actions-rs/toolchain@v1
@@ -79,7 +79,7 @@ jobs:
79
runs-on: windows-latest
80
81
82
83
84
85
0 commit comments