Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Note that while we support Python 3.10.\*, wheels for the `orjson` library are n
platforms. If you install PySTAC with the `orjson` extra, you may need to have the Rust toolchain installed (e.g. via [rustup](https://rustup.rs/)) in order to
build the package from source.

Support for Python 3.11 should be considered experimental until further notice.
Support for Python 3.11 should be considered experimental until further notice. There is a known issue with failing build of `orjson` on 3.11.0 alpha releases prior to alpha.6 (see
[#765(comment)](https://github.com/stac-utils/pystac/pull/765#pullrequestreview-908908772) for
some additional detail).

PySTAC has a single required dependency (`python-dateutil`).
PySTAC can be installed from pip or the source repository.
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==0.931
mypy==0.940
flake8==4.0.1
black==22.1.0

Expand Down