Skip to content

Commit 0b98261

Browse files
committed
try to build all cpversions
1 parent e1c7983 commit 0b98261

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
18-
cpversion:
19-
- cp311
18+
#cpversion:
19+
# - cp311
20+
# build all cpversion: 3.9 to 3.13
21+
cpversion: [cp39, cp310, cp311, cp312, cp313]
2022

2123
steps:
2224
- uses: actions/checkout@v4
2325

24-
# Set up Python 3.10
2526
- uses: actions/setup-python@v5
2627
with:
2728
python-version: '3.12'

0 commit comments

Comments
 (0)