We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d141f98 commit 0e72288Copy full SHA for 0e72288
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: '3.9'
+ python-version: '3.11'
22
cache: 'pip'
23
- name: Install Python dependencies
24
run: pip install -r requirements.txt
0 commit comments