We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886c77b commit 551e27dCopy full SHA for 551e27d
.github/workflows/deploy-webapp.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set Up Python
36
uses: actions/setup-python@v6
37
with:
38
- python-version: 3.13.5
+ python-version: 3.14.0
39
40
- name: Install Dependencies
41
run: |
.github/workflows/update-test-matrix.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
23
24
- python-version: "3.12.12"
+ python-version: "3.14.0"
25
26
- name: Update test matrix
27
run: python scripts/update-test-matrix.py
0 commit comments