Skip to content

Commit 844989c

Browse files
committed
now also build python 3.10 windows binaries
1 parent 507ec46 commit 844989c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ win_wheels: test
2525
py -3.8-64 setup.py bdist_wheel
2626
py -3.9-64 setup.py clean --all
2727
py -3.9-64 setup.py bdist_wheel
28+
py -3.10-64 setup.py clean --all
29+
py -3.10-64 setup.py bdist_wheel
2830

2931
linux_wheel: test
3032
rm -f dist/* *.so

0 commit comments

Comments
 (0)