We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb3467 commit d1156e2Copy full SHA for d1156e2
.github/workflows/pythonapplication.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v1
16
- - name: Set up Python 3.7
+ - name: Set up Python 3.11
17
uses: actions/setup-python@v1
18
with:
19
- python-version: 3.7
+ python-version: 3.11
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
0 commit comments