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 8e4946a commit 30b6bdeCopy full SHA for 30b6bde
.github/workflows/app.yml
@@ -22,10 +22,10 @@ jobs:
22
- uses: actions/checkout@v2
23
24
# Install dependencies
25
- - name: Set up Python 3.9
+ - name: Set up Python 3.13
26
uses: actions/setup-python@v1
27
with:
28
- python-version: 3.9
+ python-version: 3.13
29
30
- name: Install dependencies
31
run: |
0 commit comments