Skip to content

Commit f0402f0

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
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)