Skip to content

Commit 44ee74c

Browse files
update python version
1 parent 157d976 commit 44ee74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.11
22+
python-version: 3.12
2323
- name: Test with pytest
2424
run: make test

0 commit comments

Comments
 (0)