Skip to content

Commit e1203ad

Browse files
committed
Bump python version for linting
1 parent 2ab291c commit e1203ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
path: ./Merely-Framework/overlay
27-
- name: Set up Python 3.10
27+
- name: Set up Python 3.11
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.11"
3131
- name: Install dependencies
3232
working-directory: ./Merely-Framework
3333
run: |

0 commit comments

Comments
 (0)