Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ea6814

Browse files
committed
Build CI wheels against NumPy 1.17.3.
This is the minimum available for Python 3.8 in wheel form, and should not break ABI to use.
1 parent 443ccd5 commit 6ea6814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Build wheels on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
env:
16-
min-numpy-version: "1.17.0"
17-
min-numpy-hash: "da/32/1b8f2bb5fb50e4db68543eb85ce37b9fa6660cd05b58bddfafafa7ed62da"
16+
min-numpy-version: "1.17.3"
17+
min-numpy-hash: "b6/d6/be8f975f5322336f62371c9abeb936d592c98c047ad63035f1b38ae08efe"
1818
strategy:
1919
matrix:
2020
os: [ubuntu-18.04, windows-latest, macos-latest]

0 commit comments

Comments
 (0)