You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of the requests library requires python >= 3.8 and we currently use python 3.7.
There is a dependabot PR that wants to bump requests but the RTD build fails due to older python version.
ref: https://readthedocs.org/projects/nodejs-itoolkit/builds/24439385/
This PR bumps to use python 3.9 which will be in support til Oct 2025 (python 3.8 ends Oct 2024).
0 commit comments