We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00730a commit 92677b7Copy full SHA for 92677b7
.github/workflows/workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v3
18
with:
19
- python-version: '3.9'
+ python-version: '3.10'
20
21
- name: Install dependencies
22
run: |
0 commit comments