Skip to content

Commit 15fce00

Browse files
⬆️ Update dependency python to v3.14.6
1 parent f68b9b1 commit 15fce00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6.2.0
2525
with:
26-
python-version: "3.14.5"
26+
python-version: "3.14.6"
2727

2828
- name: Upgrade pip
2929
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python
109109
uses: actions/setup-python@v6.2.0
110110
with:
111-
python-version: "3.14.5"
111+
python-version: "3.14.6"
112112

113113
- name: Upgrade pip
114114
run: |

0 commit comments

Comments
 (0)