We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df977fa commit f0402f0Copy full SHA for f0402f0
.circleci/config.yml
@@ -116,7 +116,7 @@ jobs:
116
steps:
117
- checkout
118
- setup_pip:
119
- python-version: "3.13"
+ python-version: "3.14"
120
install-docs: true
121
- run:
122
name: Build docs
.readthedocs.yml
@@ -14,9 +14,9 @@ formats: all
14
15
# Optionally set the version of Python and requirements required to build your docs
16
build:
17
- os: ubuntu-22.04
+ os: ubuntu-24.04
18
tools:
19
- python: "3.13"
+ python: "3.14"
20
21
python:
22
install:
0 commit comments