File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11
2- # aleph-sdk-python
2+ # aleph-sdk-python
33Python SDK for the Aleph.im network, next generation network of decentralized big data applications.
44
55Development follows the [ Aleph Whitepaper] ( https://github.com/aleph-im/aleph-whitepaper ) .
You can’t perform that action at this time.
0 commit comments