Skip to content

Commit

Permalink
docs(README): Note version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 9, 2024
1 parent 67661d9 commit bd4f0a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ You can test the unpublished version of g before its released.
$ pip install --user --upgrade --pre gp-libs
```

# Minimum requirements

To lift the development burden of supporting legacy APIs, as this package is
lightly used, minimum constraints have been pinned:

- docutils: 0.20.1+
- myst-parser: 2.0.0+

If you have even passing interested in supporting legacy versions, file an
issue on the tracker.

# More information

- Python support: >= 3.8, pypy
Expand Down

0 comments on commit bd4f0a8

Please sign in to comment.