Skip to content

Commit 2683df4

Browse files
authored
Change Python version from 3.12 to 3.10
1 parent 5cbe343 commit 2683df4

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@v5
232232
with:
233-
python-version: '3.12'
233+
python-version: '3.10'
234234
architecture: 'x64'
235235

236236
- name: Install Build Dependencies

0 commit comments

Comments
 (0)