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 bd424cc commit c61f41cCopy full SHA for c61f41c
.github/workflows/e2e.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/setup-python@v6
34
id: setup-python
35
with:
36
- python-version: "3.13" # minimum supported version
+ python-version: "3.14" # minimum supported version
37
38
- name: Cache homebrew packages
39
if: ${{ github.event_name == 'pull_request' }}
0 commit comments