You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use stable python 3.10 in CI
* Add CHANGELOG entry for 656
* Update README.md
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
* Update .github/workflows/continuous-integration.yml
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ for Python versions. This means that users can expect support for Python 3.7 to
16
16
removed from the `main` branch after Dec 26, 2021 and therefore from the next release
17
17
after that date.
18
18
19
-
*Support for Python >= 3.10 should be considered experimental
20
-
until further notice.*
19
+
Note that while we support Python 3.10.\*, wheels for the `orjson` library are not always immediately available for all
20
+
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
21
+
build the package from source.
21
22
22
23
PySTAC has a single required dependency (`python-dateutil`).
23
24
PySTAC can be installed from pip or the source repository.
0 commit comments