File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
uses : docker/setup-qemu-action@v1
29
29
30
30
- name : Build wheels
31
- uses : pypa/cibuildwheel@v2.16.5
31
+ uses : pypa/cibuildwheel@v2.19.1
32
32
with :
33
33
package-dir : ./python
34
34
output-dir : ./wheelhouse
35
35
# to supply options, put them in 'env', like:
36
36
env :
37
37
CIBW_ARCHS_LINUX : ${{matrix.arch}}
38
- CIBW_BEFORE_BUILD : pip install oldest-supported- numpy setuptools wheel
38
+ CIBW_BEFORE_BUILD : pip install " numpy>=2" setuptools wheel
39
39
CIBW_ARCHS_MACOS : " x86_64 arm64"
40
40
41
41
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def __repr__(self):
28
28
29
29
setuptools .setup (
30
30
setup_requires = ['pbr' , 'cython' ],
31
- python_requires = ">=3.7 ,<4" ,
31
+ python_requires = ">=3.8 ,<4" ,
32
32
ext_modules = [
33
33
setuptools .Extension (
34
34
'edt' ,
You can’t perform that action at this time.
0 commit comments