File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
11
- os : [ubuntu-latest, macos-11, windows-2019]
11
+ os : [windows-2019]
12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
Original file line number Diff line number Diff line change @@ -3,9 +3,15 @@ build = "cp*"
3
3
archs = " auto64"
4
4
before-build = " bash tools/unix-wheels.sh"
5
5
build-verbosity = 1
6
- test-requires = " pytest<=6.2.5 numpy<2.0.0 "
6
+ test-requires = [ " pytest" , " numpy~=1. " ]
7
7
test-command = " pytest {package}/tests"
8
8
9
+ [build-system ]
10
+ requires = [
11
+ " 'numpy<=2.0.0'" ,
12
+ ]
13
+
14
+
9
15
[tool .cibuildwheel .linux ]
10
16
build = " cp*-manylinux*"
11
17
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ license = Apache-2.0
29
29
license_files = LICENSE.md
30
30
31
31
[options]
32
- python_requires = >= 3.7
32
+ python_requires = >= 3.8
33
33
34
34
[options.package_data]
35
35
* =
You can’t perform that action at this time.
0 commit comments