From bdfb52a258e04e901644cd76e2969aaecdaa0b31 Mon Sep 17 00:00:00 2001 From: ayushi sharma Date: Sat, 29 Nov 2025 21:13:45 +0530 Subject: [PATCH] docs: update supported Python versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74adab80dd..3c26693a52 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Requests is one of the most downloaded Python packages today, pulling in around [![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) [![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) -## Installing Requests and Supported Versions +## Installing Requests and Supported Python Versions Requests is available on PyPI: @@ -33,7 +33,7 @@ Requests is available on PyPI: $ python -m pip install requests ``` -Requests officially supports Python 3.9+. +Requests officially supports Python 3.9+ (currently tested up to Python 3.12). ## Supported Features & Best–Practices