Skip to content

Commit c7637e4

Browse files
docs: add notice that support for end-of-life Python versions will be dropped in 2024
1 parent 47f7c8b commit c7637e4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Changed
10+
* Added notice in Readme that starting in 2024 the library will drop support for
11+
Python versions that are officially end-of-life.
1012
* DeepL API calls now send requests with JSON-encoded bodies where possible.
1113
### Fixed
1214
* Catch failures while constructing the user agent string.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ The library is tested with Python versions 3.6 to 3.11.
4646
The `requests` module is used to perform HTTP requests; the minimum is version
4747
2.0.
4848

49+
Starting in 2024, we will drop support for older Python versions that have
50+
reached official end-of-life. You can find the Python versions and support
51+
timelines [here][python-version-list].
52+
To continue using this library, you should update to Python 3.8+.
53+
4954
## Usage
5055

5156
Import the package and construct a `Translator`. The first argument is a string
@@ -611,6 +616,8 @@ environment variables defined referring to the mock-server.
611616

612617
[pro-account]: https://www.deepl.com/pro-account/?utm_source=github&utm_medium=github-python-readme
613618

619+
[python-version-list]: https://devguide.python.org/versions/
620+
614621
[requests-proxy-docs]: https://docs.python-requests.org/en/latest/user/advanced/#proxies
615622

616623
[requests-verify-ssl-docs]: https://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification

0 commit comments

Comments
 (0)