Skip to content

Commit 238e53d

Browse files
committed
Use python 3.12 in test.yml workflow, to fix the documentation and the UI test
1 parent 0301a84 commit 238e53d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.13'
14+
python-version: '3.12'
1515
cache: 'pip'
1616
cache-dependency-path: |
1717
**/setup.cfg
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: 3.8
37+
python-version: '3.12'
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.8
111+
python-version: '3.12'
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.13'
138+
python-version: '3.12'
139139
cache: 'pip'
140140
cache-dependency-path: |
141141
**/setup.cfg

0 commit comments

Comments
 (0)