support python 3.14 #1705
Replies: 1 comment 1 reply
|
aws-requests-auth: The last release was in May 2020. There have been no updates for over four years. → Concerns exist regarding future viability, bug fixes, and compatibility with the latest Python. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If you change the python version in the dockerfile to 3.14 and run the test-docker command, the following warning will appear.
Regarding line 56 of prometheus_wrapper.py, PEP 765 states that starting with Python 3.14, code that uses return / break / continue from a finally block will be deprecated (a SyntaxWarning will be issued).
All reactions