We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4382 commit 0cd73eeCopy full SHA for 0cd73ee
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.8.x'
+ python-version: '3.13.x'
23
24
- name: Upgrade pip
25
run: |
.github/workflows/migration-fixer.yml
@@ -17,7 +17,7 @@ jobs:
17
18
cache: 'pip'
cache-dependency-path: '**/requirements.txt'
0 commit comments