File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
### 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.
10
12
* DeepL API calls now send requests with JSON-encoded bodies where possible.
11
13
### Fixed
12
14
* 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.
46
46
The ` requests ` module is used to perform HTTP requests; the minimum is version
47
47
2.0.
48
48
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
+
49
54
## Usage
50
55
51
56
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.
611
616
612
617
[ pro-account ] : https://www.deepl.com/pro-account/?utm_source=github&utm_medium=github-python-readme
613
618
619
+ [ python-version-list ] : https://devguide.python.org/versions/
620
+
614
621
[ requests-proxy-docs ] : https://docs.python-requests.org/en/latest/user/advanced/#proxies
615
622
616
623
[ 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