Skip to content

Commit

Permalink
fix: update Python minimal version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Oct 19, 2023
1 parent 8ff1d36 commit 687b012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
```shell
pip install apischema
```
It requires only Python 3.7+. *PyPy3* is also fully supported.
It requires only Python 3.8+. *PyPy3* is also fully supported.

## Why another library?

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
```shell
pip install apischema
```
It requires only Python 3.7+. *PyPy3* is also fully supported.
It requires only Python 3.8+. *PyPy3* is also fully supported.

## Why another library?

Expand Down

0 comments on commit 687b012

Please sign in to comment.