Skip to content

Commit 12e15cf

Browse files
committed
Use python 3.12 in ci.yml
1 parent 49494db commit 12e15cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: true
31-
- name: Set up Python 3.11
31+
- name: Set up Python 3.12
3232
uses: actions/setup-python@v5
3333
with:
34-
python-version: "3.11"
34+
python-version: "3.12"
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)