Skip to content

Commit 13490b1

Browse files
committed
back to python 3.12
1 parent d32a6b3 commit 13490b1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
brew install ccache
4444
ccache -V
4545
46-
- name: setup python 3.14
46+
- name: setup python 3.12
4747
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4848
with:
49-
python-version: 3.14
49+
python-version: 3.12
5050
- name: install python dependencies
5151
run: pip install conan
5252

@@ -221,10 +221,10 @@ jobs:
221221
if: runner.os == 'macOS'
222222
run: brew install tidy-html5
223223

224-
- name: set up python 3.14
224+
- name: set up python 3.12
225225
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
226226
with:
227-
python-version: 3.14
227+
python-version: 3.12
228228
- name: install python dependencies
229229
run: pip install htmlcmp==1.2.1
230230

@@ -302,10 +302,10 @@ jobs:
302302
brew install ccache
303303
ccache -V
304304
305-
- name: set up python 3.14
305+
- name: set up python 3.12
306306
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
307307
with:
308-
python-version: 3.14
308+
python-version: 3.12
309309
- name: install python dependencies
310310
run: pip install conan
311311

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: set up python 3.12
4040
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4141
with:
42-
python-version: 3.14
42+
python-version: 3.12
4343
- name: install python dependencies
4444
run: pip install --upgrade pip conan
4545

0 commit comments

Comments
 (0)