Skip to content

Commit 7c459f1

Browse files
Update RTD docs builds
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 0ca1881 commit 7c459f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.readthedocs.yml

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

88
# Build in latest ubuntu/python
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
12-
python: "3.11"
12+
python: "3.13"
1313

1414
# Build PDF & ePub
1515
formats:

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ find_python() {
8484
if [ -f "$CFG_ROOT_DIR/PYTHON_EXECUTABLE" ]; then
8585
PYTHON_EXECUTABLE=$(cat "$CFG_ROOT_DIR/PYTHON_EXECUTABLE")
8686
else
87-
PYTHON_EXECUTABLE=python3
87+
PYTHON_EXECUTABLE=python3.13
8888
fi
8989
fi
9090
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license_files =
2929
[options]
3030
zip_safe = false
3131
setup_requires = setuptools_scm[toml] >= 4
32-
python_requires = >=3.7
32+
python_requires = >=3.10
3333
install_requires =
3434

3535

0 commit comments

Comments
 (0)