Skip to content

Commit 775a889

Browse files
committed
bump python version to 3.12
1 parent a95ae14 commit 775a889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Python
3131
uses: "actions/setup-python@v5"
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.12"
3434
- name: Install requirements
3535
run: python3 -m pip install -r requirements_test.txt
3636
- name: Run pytest

0 commit comments

Comments
 (0)