Skip to content

Commit c015317

Browse files
committed
Upgrade docs build to newer environment
1 parent df977fa commit c015317

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
docs:
113113
working_directory: ~/wayback
114114
docker:
115-
- image: cimg/python:3.13
115+
- image: cimg/python:3.14
116116
steps:
117117
- checkout
118118
- setup_pip:
119-
python-version: "3.13"
119+
python-version: "3.14"
120120
install-docs: true
121121
- run:
122122
name: Build docs

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ formats: all
1414

1515
# Optionally set the version of Python and requirements required to build your docs
1616
build:
17-
os: ubuntu-22.04
17+
os: ubuntu-24.04
1818
tools:
19-
python: "3.13"
19+
python: "3.14"
2020

2121
python:
2222
install:

0 commit comments

Comments
 (0)