We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c563ec commit 2024845Copy full SHA for 2024845
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v5
25
with:
26
- python-version: "3.18"
+ python-version: "3.11"
27
28
- name: Install dependencies
29
run: |
0 commit comments