Update Python version in contributing doc (#4376)

This commit is contained in:
Hasan Ramezani
2022-08-14 22:57:03 +02:00
committed by GitHub
parent dab478aa81
commit 4e7878932c
+1 -1
View File
@@ -33,7 +33,7 @@ To make contributing as easy and fast as possible, you'll want to run tests and
*pydantic* has few dependencies, doesn't require compiling and tests don't need access to databases, etc.
Because of this, setting up and running the tests should be very simple.
You'll need to have a version between **Python 3.7 and 3.10**, **virtualenv**, **git**, and **make** installed.
You'll need to have a version between **Python 3.7 and 3.11**, **virtualenv**, **git**, and **make** installed.
```bash
# 1. clone your fork and cd into the repo directory