Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 9bd9d9c

Browse files
committed
Bump Python to 3.10
1 parent 7fa449b commit 9bd9d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/omr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up Python 3.7
16+
- name: Set up Python 3
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.7
19+
python-version: 3.10.9
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)