Skip to content

Commit 52ae7a4

Browse files
author
Jinyu Wang
committed
update python version in building linux wheel
1 parent 37b4678 commit 52ae7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: runner.os == 'Linux' && matrix.python-version == '3.7'
4646
uses: RalfG/python-wheels-manylinux-build@v0.3.1-manylinux2010_x86_64
4747
with:
48-
python-versions: 'cp36-cp36m cp37-cp37m'
48+
python-versions: 'cp37-cp37m cp38-cp38m cp39-cp39m'
4949
build-requirements: 'numpy'
5050
pip-wheel-args: '-w ./wheelhouse' # save wheel packages to wheelhouse folder
5151
pre-build-command: 'export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH'

0 commit comments

Comments
 (0)