File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
tags :
6
6
- ' *'
7
7
env :
8
- CIBW_SKIP : cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* pp* *-musllinux_aarch64
8
+ CIBW_SKIP : pp* *-musllinux_aarch64
9
9
10
10
jobs :
11
11
build_wheels :
@@ -27,11 +27,11 @@ jobs:
27
27
uses : docker/setup-qemu-action@v1
28
28
29
29
- name : Build wheels
30
- uses : pypa/cibuildwheel@v2.16.5
30
+ uses : pypa/cibuildwheel@v2.19.1
31
31
# to supply options, put them in 'env', like:
32
32
env :
33
33
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
35
35
CIBW_ARCHS_MACOS : " x86_64 arm64"
36
36
37
37
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 2.3.0
5
+ -----
6
+
7
+ * ci: update cibuildwheel
8
+ * perf+refactor: avoid extra copy during decompress
9
+ * docs: update hyperlink
10
+
4
11
2.2.2
5
12
-----
6
13
Original file line number Diff line number Diff line change 2
2
requires = [
3
3
" setuptools" ,
4
4
" wheel" ,
5
- " oldest-supported- numpy"
5
+ " numpy"
6
6
]
You can’t perform that action at this time.
0 commit comments