From 6407ebb870afe0062ee581abdea07c1ef5213d31 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Sat, 28 Jan 2023 16:12:11 -0800 Subject: [PATCH 1/1] Remove Python version in the_basics.md (#3528) --- docs/contributing/the_basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index 9325a9e..5fdcdd8 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -4,8 +4,8 @@ An overview on contributing to the _Black_ project. ## Technicalities -Development on the latest version of Python is preferred. As of this writing it's 3.9. -You can use any operating system. +Development on the latest version of Python is preferred. You can use any operating +system. Install development dependencies inside a virtual environment of your choice, for example: -- 2.39.2