Skip to content

Commit 65ea0b0

Browse files
committed
back to python 3.14 again
1 parent 13490b1 commit 65ea0b0

3 files changed

Lines changed: 9 additions & 9 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.12
46+
- name: setup python 3.14
4747
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4848
with:
49-
python-version: 3.12
49+
python-version: 3.14
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.12
224+
- name: set up python 3.14
225225
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
226226
with:
227-
python-version: 3.12
227+
python-version: 3.14
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.12
305+
- name: set up python 3.14
306306
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
307307
with:
308-
python-version: 3.12
308+
python-version: 3.14
309309
- name: install python dependencies
310310
run: pip install conan
311311

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
brew install ccache
3737
ccache -V
3838
39-
- name: set up python 3.12
39+
- name: set up python 3.14
4040
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4141
with:
42-
python-version: 3.12
42+
python-version: 3.14
4343
- name: install python dependencies
4444
run: pip install --upgrade pip conan
4545

.github/workflows/tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- run: clang-tidy --version
4242

43-
- name: setup python 3.12
43+
- name: setup python 3.14
4444
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4545
with:
4646
python-version: 3.14

0 commit comments

Comments
 (0)