From 4e7878932ca5d522e4df16f9821b1cdd324344cf Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Sun, 14 Aug 2022 22:57:03 +0200 Subject: [PATCH] Update Python version in contributing doc (#4376) --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 14794d5..006a2e2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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