File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3939 python-version : ${{ matrix.python-version }}
4040
4141 - uses : actions-rs/toolchain@v1
42+ # No wheels exist for orjson on Python 3.10 on MacOS or Windows, and the Linux
43+ # wheels are sometimes not uploaded until after the package is initially
44+ # published. This sets up the Rust nightly toolchain so we can build the orjson
45+ # wheel.
4246 if : ${{ startsWith(matrix.python-version, '3.10')}}
4347 with :
4448 toolchain : nightly
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ optional `orjson` requirements:
3737> pip install pystac[orjson]
3838```
3939
40+ > * ` orjson ` wheels are only available for Linux in Python 3.10. If you are using the
41+ > ` orjson ` extra with Python 3.10 you will need to have the Rust nightly toolchain
42+ > installed as your default toolchain in order to build the package wheel.*
43+
4044From source repository:
4145
4246``` bash
You can’t perform that action at this time.
0 commit comments