File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ The library is tested with Python versions 3.6 to 3.11.
4646The ` requests ` module is used to perform HTTP requests; the minimum is version
47472.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
5156Import 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
You can’t perform that action at this time.
0 commit comments