Skip to content

Commit fb6b74d

Browse files
Update dependency python to 3.14
1 parent b3dc44c commit fb6b74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Python 3.9
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: '3.13'
38+
python-version: '3.14'
3939

4040
- name: Set up msbuild (Windows only)
4141
uses: microsoft/setup-msbuild@v2.0.0

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: 3.13
33+
python-version: 3.14
3434

3535
- name: Install system dependencies
3636
run: |

0 commit comments

Comments
 (0)