Skip to content

Commit 1ec9c5e

Browse files
authored
Change Python version to 3.11 in release workflow
Updated Python version from 3.14 to 3.11 in the release workflow.
1 parent 3fb43bd commit 1ec9c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v5
4949
with:
50-
python-version: "3.14"
50+
python-version: "3.11"
5151
- name: Install Build Tools
5252
run: |
5353
python -m pip install build wheel
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Python
7777
uses: actions/setup-python@v5
7878
with:
79-
python-version: '3.14'
79+
python-version: '3.11'
8080

8181
- name: Get version from setup.py
8282
id: get_version

0 commit comments

Comments
 (0)