We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a524739 commit ade3c46Copy full SHA for ade3c46
2 files changed
.github/workflows/tests.yaml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v4
33
- uses: actions/setup-python@v5
34
with:
35
- python-version: "3.13"
+ python-version: "3.14"
36
- uses: actions/cache@v4
37
38
path: ~/.cache/pip
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
.readthedocs.yaml
@@ -6,9 +6,9 @@ version: 2
6
7
# Set the OS, Python version and other tools you might need
8
build:
9
- os: ubuntu-22.04
+ os: ubuntu-24.04
10
tools:
11
- python: "3.13"
+ python: "3.14"
12
# You can also specify other tool versions:
13
# nodejs: "20"
14
# rust: "1.70"
0 commit comments