Skip to content

Commit 9a75ca9

Browse files
Update dependency python to 3.14
1 parent 1dca9b5 commit 9a75ca9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Python 3.10
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.14"
2424
- name: Check current tag
2525
id: checkTag
2626
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Python 3.10
6969
uses: actions/setup-python@v6
7070
with:
71-
python-version: "3.10"
71+
python-version: "3.14"
7272
- name: Install pypa/build
7373
run: >-
7474
python3 -m

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python 3.10
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.14"
2727
- name: Syntax validation
2828
run: |
2929
python .github/workflows/scripts/syntax-validation.py
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.10
4141
uses: actions/setup-python@v6
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.14"
4444
- name: Install pypa/build
4545
run: >-
4646
python3 -m

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python 3.10
3939
uses: actions/setup-python@v6
4040
with:
41-
python-version: "3.10"
41+
python-version: "3.14"
4242
- name: Install package
4343
run: |
4444
set -eux

0 commit comments

Comments
 (0)