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 0f758fe commit 87b7b4aCopy full SHA for 87b7b4a
2 files changed
.readthedocs.yaml
@@ -5,7 +5,7 @@ build:
5
os: ubuntu-lts-latest
6
tools:
7
# Keep version in sync with tox.ini/docs.
8
- python: "3.13"
+ python: "3.14"
9
jobs:
10
create_environment:
11
# Need the tags to calculate the version (sometimes).
tox.ini
@@ -80,7 +80,7 @@ commands = pytest --codspeed -n auto bench/test_benchmarks.py
80
[testenv:docs-{build,doctests,linkcheck}]
81
runner = uv-venv-lock-runner
82
# Keep base_python in-sync with .readthedocs.yaml.
83
-base_python = py313
+base_python = py314
84
dependency_groups = docs
85
commands =
86
build: sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs {posargs:docs/_build/}html
0 commit comments