We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dc44c commit fb6b74dCopy full SHA for fb6b74d
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Python 3.9
36
uses: actions/setup-python@v6
37
with:
38
- python-version: '3.13'
+ python-version: '3.14'
39
40
- name: Set up msbuild (Windows only)
41
uses: microsoft/setup-msbuild@v2.0.0
.github/workflows/run_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Python
31
32
33
- python-version: 3.13
+ python-version: 3.14
34
- name: Install system dependencies
run: |
0 commit comments