Skip to content

Commit 271136f

Browse files
committed
build: add siphash24 and target macos14
1 parent d4a7945 commit 271136f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [macos-13, macos-15]
10+
os: [macos-13, macos-14]
1111
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212

1313
runs-on: ${{ matrix.os }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'traitsui',
3535
'vtk>=9.2.2',
3636
'Pygments',
37-
# 'siphash24',
37+
'siphash24',
3838
],
3939
python_requires='>=3.9',
4040
package_data={'pytissueoptics': ['rayscattering/opencl/src/*.c', '**/*.obj', 'examples/*.py']},

0 commit comments

Comments
 (0)