Skip to content

Commit c6bf951

Browse files
committed
Minor fixes to README
1 parent 6e71918 commit c6bf951

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
[![Gitter](https://badges.gitter.im/SpatioTemporal-Asset-Catalog/python.svg)](https://gitter.im/SpatioTemporal-Asset-Catalog/python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88

9-
PySTAC is a library for working with [SpatialTemporal Asset Catalog](https://stacspec.org) in Python 3.
9+
PySTAC is a library for working with [SpatioTemporal Asset Catalog](https://stacspec.org) in Python 3.
1010

1111
## Installation
1212

13-
PySTAC requires Python>=3.7. This project follows the recommendations of
13+
PySTAC requires Python >= 3.7. This project follows the recommendations of
1414
[NEP-29](https://numpy.org/neps/nep-0029-deprecation_policy.html) in deprecating support
1515
for Python versions. This means that users can expect support for Python 3.7 to be
16-
removed in next major or minor release after Dec 26, 2021.
16+
removed from the `main` branch after Dec 26, 2021 and therefore from the next release
17+
after that date.
1718

18-
*Support for Python>=3.10 should be considered experimental
19+
*Support for Python >= 3.10 should be considered experimental
1920
until further notice.*
2021

2122
PySTAC has a single required dependency (`python-dateutil`).

0 commit comments

Comments
 (0)