Skip to content

Commit d14b49d

Browse files
docs: minimum Python version is 3.9
1 parent b0ef441 commit d14b49d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Added
9-
<!-- * add to here -->
10-
### Changed
11-
<!-- * add to here -->
8+
### Deprecated
9+
* Dropped support for Python 3.8 and older.
10+
### Security
11+
* Updated `requests` minimum version to 2.32.4 to resolve security advisories
12+
CVE-2024-47081 and CVE-2024-35195.
13+
1214

1315
## [1.22.0] - 2025-04-30
1416
### Added

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ explained in this [bug report][bug-report-ubuntu-2204].
4141

4242
### Requirements
4343

44-
The library is tested with Python versions 3.6 to 3.11.
44+
The library is tested with Python versions 3.9 to 3.13.
4545

4646
The `requests` module is used to perform HTTP requests; the minimum is version
47-
2.0.
47+
2.32.4.
4848

49-
Starting in 2024, we will drop support for older Python versions that have
49+
We periodically drop support for older Python versions that have
5050
reached official end-of-life. You can find the Python versions and support
5151
timelines [here][python-version-list].
52-
To continue using this library, you should update to Python 3.8+.
5352

5453
## Usage
5554

0 commit comments

Comments
 (0)