diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a529613..257427b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for interested to contribute to TerminusDB Client, to get started, fork t ## Setting up dev environment 💻 -Make sure you have Python>=3.6 installed. We use [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) for dev environment, to install pipenv: +Make sure you have Python>=3.8 installed. We use [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) for dev environment, to install pipenv: `pip3 install pipenv --upgrade` diff --git a/README.md b/README.md index 0ce1b035..c795d408 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ graph all through a simple document API. ## Requirements - [TerminusDB v10.0](https://github.com/terminusdb/terminusdb-server) -- [Python >=3.7](https://www.python.org/downloads) +- [Python >=3.8](https://www.python.org/downloads) ## Release Notes and Previous Versions