diff --git a/README.md b/README.md index bd43004d..f184139e 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/docs/index.md b/docs/index.md index 67497423..3c685562 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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?