Skip to content

Commit 051d6b3

Browse files
chore(deps): update dependency python to 3.14 !macos !js (#199)
1 parent 9dbb9a2 commit 051d6b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.13'
26+
python-version: '3.14'
2727

2828
- name: Install dependencies
2929
run: pip install ruff pyright dirhash

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-python@v6
3434
with:
35-
python-version: '3.13'
35+
python-version: '3.14'
3636

3737
- name: Install dependencies
3838
run: |

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-python@v6
3434
with:
35-
python-version: '3.13'
35+
python-version: '3.14'
3636

3737
- name: Install dependencies
3838
env:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.13'
24+
python-version: '3.14'
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)