Skip to content

Commit c3fce68

Browse files
committed
manylinux fixed 3
1 parent 5a88924 commit c3fce68

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [macos-latest, windows-latest]
35-
python-version: '3.x'
35+
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python

0 commit comments

Comments
 (0)