Skip to content

Commit 4c45618

Browse files
authored
build: update to python version for RTD (#396)
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).
1 parent d391475 commit 4c45618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: "ubuntu-22.04"
1010
tools:
11-
python: "3.7"
11+
python: "3.9"
1212
nodejs: "20"
1313
jobs:
1414
post_install:

0 commit comments

Comments
 (0)