mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
Update Python version in contributing doc (#4376)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user