Skip to content

Commit d6b14ac

Browse files
authored
fix: upgrade python in the rtd config file (#2053)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 4de4f84 commit d6b14ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ version: 2
66

77
# Set the version of Python and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.11"
11+
python: "3.14"
1212

1313
# Optionally declare the Python requirements required to build your docs
1414
python:

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Pre-installation Checklist
283283

284284
Before you install ScanCode.io, make sure you have the following prerequisites:
285285

286-
* **Python: versions 3.10 to 3.13** found at https://www.python.org/downloads/
286+
* **Python: versions 3.12 to 3.14** found at https://www.python.org/downloads/
287287
* **Git**: most recent release available at https://git-scm.com/
288288
* **PostgreSQL**: release 17 or later found at https://www.postgresql.org/ or
289289
https://postgresapp.com/ on macOS

0 commit comments

Comments
 (0)