Skip to content

Commit 98b27bd

Browse files
committed
Switch CI to Python 3.12
1 parent 8907a7c commit 98b27bd

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.11'
39+
python-version: '3.12'
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)