Skip to content

Commit 574c94e

Browse files
authored
Update Python version to 3.12 in CI workflow
1 parent b6af140 commit 574c94e

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
@@ -230,7 +230,7 @@ jobs:
230230
- name: Set up Python
231231
uses: actions/setup-python@v6
232232
with:
233-
python-version: '3.10'
233+
python-version: '3.12'
234234
architecture: 'x64'
235235

236236
- name: Install Build Dependencies

0 commit comments

Comments
 (0)