We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848e95f commit 4b73a5eCopy full SHA for 4b73a5e
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: "actions/checkout@v4"
17
- uses: "actions/setup-python@v5"
18
with:
19
- python-version: 3.8
+ python-version: 3.13
20
- name: "Install dependencies"
21
run: "pip install -r requirements.txt"
22
- name: "Build"
0 commit comments