Skip to content

Commit 4375b78

Browse files
chore(deps): update dependency python to v3.14.2
1 parent 994dc17 commit 4375b78

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-python@v6
1010
with:
11-
python-version: "3.10"
11+
python-version: "3.10 || 3.14"
1212
cache: "pip"
1313
- uses: pre-commit/[email protected]
1414

@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Python
114114
uses: actions/setup-python@v6
115115
with:
116-
python-version: "3.10"
116+
python-version: "3.10 || 3.14"
117117
cache: "pip"
118118

119119
- name: Install dependencies
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set up Python
144144
uses: actions/setup-python@v6
145145
with:
146-
python-version: "3.10"
146+
python-version: "3.10 || 3.14"
147147
cache: "pip"
148148

149149
- name: Install dependencies

.github/workflows/deploy_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.10 || 3.14"
4444
cache: "pip"
4545

4646
- name: Install dependencies

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.12
32+
python-version: 3.12 || 3.14
3333
cache: "pip"
3434

3535
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.10 || 3.14"
2020
cache: "pip"
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)