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 9f335a5 commit 431faf2Copy full SHA for 431faf2
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v6
25
with:
26
- python-version: '3.13.x'
+ python-version: '3.14.x'
27
28
- name: Upgrade pip
29
run: |
.github/workflows/migration-fixer.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
cache: 'pip'
22
cache-dependency-path: '**/requirements.txt'
0 commit comments