Skip to content

Commit bd55451

Browse files
ci: rebuild for numpy 2.0
1 parent 937dd33 commit bd55451

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- '*'
77
env:
8-
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* pp* *-musllinux_aarch64
8+
CIBW_SKIP: pp* *-musllinux_aarch64
99

1010
jobs:
1111
build_wheels:
@@ -27,11 +27,11 @@ jobs:
2727
uses: docker/setup-qemu-action@v1
2828

2929
- name: Build wheels
30-
uses: pypa/cibuildwheel@v2.16.5
30+
uses: pypa/cibuildwheel@v2.19.1
3131
# to supply options, put them in 'env', like:
3232
env:
3333
CIBW_ARCHS_LINUX: ${{matrix.arch}}
34-
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy setuptools wheel cython
34+
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
3636

3737
- uses: actions/upload-artifact@v2

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGES
22
=======
33

4+
2.3.0
5+
-----
6+
7+
* ci: update cibuildwheel
8+
* perf+refactor: avoid extra copy during decompress
9+
* docs: update hyperlink
10+
411
2.2.2
512
-----
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
requires = [
33
"setuptools",
44
"wheel",
5-
"oldest-supported-numpy"
5+
"numpy"
66
]

0 commit comments

Comments
 (0)