Skip to content

Commit e2e93d5

Browse files
ci: bump python to 3.12 (#313)
1 parent c0ba117 commit e2e93d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.12"
3434

3535
- name: Install Python Dependencies
3636
run: |

0 commit comments

Comments
 (0)