Skip to content

Commit 3611a24

Browse files
committed
add python 3.11 for osx/windows
1 parent 125f45f commit 3611a24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: macos-latest
5252
strategy:
5353
matrix:
54-
python-version: ["3.8", "3.9", "3.10"]
54+
python-version: ["3.8", "3.9", "3.10", "3.11"]
5555
steps:
5656
- uses: actions/checkout@v3
5757
- uses: actions-rs/toolchain@v1
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: windows-latest
8080
strategy:
8181
matrix:
82-
python-version: ["3.8", "3.9", "3.10"]
82+
python-version: ["3.8", "3.9", "3.10", "3.11"]
8383
steps:
8484
- uses: actions/checkout@v3
8585
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)