Skip to content

Commit 9e0a3b6

Browse files
authored
Update main.yml
try with python 3.11
1 parent 43b264f commit 9e0a3b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
# Install dependencies
17-
- name: Set up Python 3.9
17+
- name: Set up Python 3.11
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.9
20+
python-version: 3.11
2121

2222
- name: Install dependencies
2323
run: |
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/checkout@v2
4545

4646
# Install dependencies
47-
- name: Set up Python 3.9
47+
- name: Set up Python 3.11
4848
uses: actions/setup-python@v1
4949
with:
50-
python-version: 3.9
50+
python-version: 3.11
5151

5252
- name: Install dependencies
5353
run: |

0 commit comments

Comments
 (0)