Skip to content

Commit 56f7b76

Browse files
committed
Also enable python 3.9
1 parent e160a89 commit 56f7b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- [macos-13, macosx_x86_64]
2424
- [macos-13, macosx_arm64]
2525
- [windows-2022, win_amd64]
26-
python: ["cp310", "cp311", "cp312"]
26+
python: ["cp39", "cp310", "cp311", "cp312"]
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)