Skip to content

Commit 3544279

Browse files
committed
ci: fix tests on macOS 14 + Python 3.9
1 parent 681291d commit 3544279

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
echo "DYLD_LIBRARY_PATH=$(brew --prefix libsodium)/lib" >> $GITHUB_ENV
3535
if: runner.os == 'macOS'
3636
37+
- name: Avoid building pyobjc-core on macOS+Py3.9
38+
if: runner.os == 'macOS' && matrix.python-version == '3.9'
39+
run: |
40+
echo "pyobjc-core<12" > /tmp/constraints.txt
41+
echo "PIP_CONSTRAINT=/tmp/constraints.txt" >> $GITHUB_ENV
42+
3743
- name: "Install Hatch"
3844
run: |
3945
python3 -m venv /tmp/venv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# aleph-sdk-python
2+
# aleph-sdk-python
33
Python SDK for the Aleph.im network, next generation network of decentralized big data applications.
44

55
Development follows the [Aleph Whitepaper](https://github.com/aleph-im/aleph-whitepaper).

0 commit comments

Comments
 (0)