File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : OSX CI
1
+ name : macOS CI
2
2
3
3
on : [push, pull_request]
4
4
@@ -8,7 +8,7 @@ concurrency:
8
8
9
9
jobs :
10
10
build :
11
- runs-on : macos-latest
11
+ runs-on : macos-12
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
38
38
shell : " bash -l {0}"
39
39
run : >
40
40
conda create -n env
41
- c-compiler cxx-compiler 'clang>=12.0.1'
41
+ c-compiler cxx-compiler 'clang>=12.0.1,<17 '
42
42
python=${{matrix.python-version}} wheel pip
43
43
44
44
- name : Show info about `env` environment
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- os : [ubuntu-latest, windows-latest, macos-latest ]
16
+ os : [ubuntu-latest, windows-latest, macos-12 ]
17
17
env :
18
18
CIBW_TEST_COMMAND : python -c "import numcodecs"
19
19
CIBW_SKIP : " pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
20
20
CIBW_ARCHS_MACOS : ' x86_64 arm64'
21
21
CIBW_TEST_SKIP : ' *-macosx_arm64'
22
22
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
23
-
23
+
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
with :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A Python package providing buffer compression and transformation codecs \
14
14
for use in data storage and communication applications."""
15
15
readme = " README.rst"
16
16
dependencies = [
17
- " numpy>=1.7" ,
17
+ " numpy>=1.7,<2 " ,
18
18
]
19
19
requires-python = " >=3.8"
20
20
dynamic = [
You can’t perform that action at this time.
0 commit comments