Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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:

```console
$ 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

Expand Down