Skip to content

Commit b54c0d7

Browse files
authored
Update Python version in workflow to 3.11
1 parent b0886fc commit b54c0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.14'
29+
python-version: '3.11'
3030
- name: Install Build Tools
3131
run: |
3232
python -m pip install build wheel

0 commit comments

Comments
 (0)