Skip to content

Commit d71dd9c

Browse files
committed
Update snapshots, and restore the default python version to 3.13 in CI, except for documentation test
1 parent 238e53d commit d71dd9c

40 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.12'
37+
python-version: '3.13'
3838
cache: 'pip'
3939
cache-dependency-path: |
4040
**/setup.cfg
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python
109109
uses: actions/setup-python@v4
110110
with:
111-
python-version: '3.12'
111+
python-version: '3.13'
112112
cache: 'pip'
113113
cache-dependency-path: |
114114
**/setup.cfg
@@ -135,7 +135,7 @@ jobs:
135135
- name: Set up Python
136136
uses: actions/setup-python@v4
137137
with:
138-
python-version: '3.12'
138+
python-version: '3.13'
139139
cache: 'pip'
140140
cache-dependency-path: |
141141
**/setup.cfg
-135 Bytes
Loading
-157 Bytes
Loading
-128 Bytes
Loading
-163 Bytes
Loading
-128 Bytes
Loading
-236 Bytes
Loading
-233 Bytes
Loading
-176 Bytes
Loading
-253 Bytes
Loading

0 commit comments

Comments
 (0)