IBM / nodejs-itoolkit

A JavaScript (Node.js) library for communicating with IBM i
MIT License
43 stars 37 forks source link

build: update to python version for RTD #396

Closed abmusse closed 3 months ago

abmusse commented 3 months ago

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).