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 c43b0d7 commit 8d4c612Copy full SHA for 8d4c612
.github/workflows/pythonapp.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-python@v5
19
with:
20
- python-version: "3.10"
+ python-version: "3.13"
21
cache: "pip" # caching pip dependencies
22
23
- name: Install dependencies
0 commit comments