Skip to content

Commit ade3c46

Browse files
committed
more references to python 3.13 found
1 parent a524739 commit ade3c46

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.13"
35+
python-version: "3.14"
3636
- uses: actions/cache@v4
3737
with:
3838
path: ~/.cache/pip
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-python@v5
4747
with:
48-
python-version: "3.13"
48+
python-version: "3.14"
4949
- uses: actions/cache@v4
5050
with:
5151
path: ~/.cache/pip

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.14"
1212
# You can also specify other tool versions:
1313
# nodejs: "20"
1414
# rust: "1.70"

0 commit comments

Comments
 (0)