lucabadiali commited on
Commit
f941b84
·
1 Parent(s): 7c7f721
Files changed (1) hide show
  1. .github/workflows/python-app.yml +2 -2
.github/workflows/python-app.yml CHANGED
@@ -19,10 +19,10 @@ jobs:
19
 
20
  steps:
21
  - uses: actions/checkout@v4
22
- - name: Set up Python 3.10
23
  uses: actions/setup-python@v3
24
  with:
25
- python-version: "3.10"
26
  - name: Install dependencies
27
  run: |
28
  python3 -m pip install --upgrade pip
 
19
 
20
  steps:
21
  - uses: actions/checkout@v4
22
+ - name: Set up Python 3.11
23
  uses: actions/setup-python@v3
24
  with:
25
+ python-version: "3.11"
26
  - name: Install dependencies
27
  run: |
28
  python3 -m pip install --upgrade pip