We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4635a5 commit 435f1b6Copy full SHA for 435f1b6
.github/workflows/backend.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Python
51
uses: actions/setup-python@v5
52
with:
53
- python-version: '3.8.10'
+ python-version: '3.11'
54
cache: 'pip'
55
- name: Install Python dependencies
56
run: |
0 commit comments