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 87165fc commit b1bcaa1Copy full SHA for b1bcaa1
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v5
17
with:
18
- python-version: '3.7'
+ python-version: '3.8'
19
20
- name: Install pypa/build
21
run: >-
0 commit comments