Skip to content

Commit f8f9dfc

Browse files
authored
Update Python version on Release configuration
1 parent 378d31f commit f8f9dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-python@v5
4545
name: Install Python
4646
with:
47-
python-version: '3.9'
47+
python-version: '3.12'
4848

4949
- name: Build sdist
5050
run: |

0 commit comments

Comments
 (0)