Skip to content

Commit 96af78a

Browse files
authored
Merge pull request #427 from laurentS/fix-readme
[Doc] Correct supported versions in readme
2 parents ef83900 + 690c39b commit 96af78a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for interested to contribute to TerminusDB Client, to get started, fork t
44

55
## Setting up dev environment 💻
66

7-
Make sure you have Python>=3.6 installed. We use [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) for dev environment, to install pipenv:
7+
Make sure you have Python>=3.8 installed. We use [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) for dev environment, to install pipenv:
88

99
`pip3 install pipenv --upgrade`
1010

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ graph all through a simple document API.
3333
## Requirements
3434

3535
- [TerminusDB v10.0](https://github.com/terminusdb/terminusdb-server)
36-
- [Python >=3.7](https://www.python.org/downloads)
36+
- [Python >=3.8](https://www.python.org/downloads)
3737

3838
## Release Notes and Previous Versions
3939

0 commit comments

Comments
 (0)