Skip to content

Commit 6a4d78d

Browse files
committed
Add 3.13 to windows wheels to build.
1 parent 0b4346c commit 6a4d78d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-windows.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55

66
jobs:
77
build-w64:
8-
runs-on: windows-2022
8+
runs-on:
9+
- windows-latest
10+
#x- windows-latest-arm64
911
defaults:
1012
run:
1113
shell: cmd
1214
strategy:
1315
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1517
name: ${{ matrix.python-version }}
1618
steps:
1719
- name: Checkout repo
@@ -26,16 +28,16 @@ jobs:
2628
cmake ..
2729
- name: Add msbuild to PATH
2830
uses: microsoft/[email protected]
29-
with:
30-
msbuild-architecture: x64
31+
# with:
32+
# msbuild-architecture: x64
3133
- name: Build lzo static lib
3234
working-directory: .\lzo-2.10\build
3335
run: msbuild lzo_static_lib.vcxproj -p:Configuration=Release;Platform=x64;OutDir=..\
3436
- name: Set up Python
3537
uses: actions/setup-python@v4
3638
with:
3739
python-version: ${{ matrix.python-version }}
38-
architecture: x64
40+
# architecture: x64
3941
- name: Build wheel
4042
env:
4143
LZO_DIR: .\lzo-2.10

0 commit comments

Comments
 (0)