Skip to content

Commit 2e9ed52

Browse files
authored
Merge pull request #158 from SCAI-BIO/ci/pin-python-version
ci: pin GitHub Actions release workflow to Python3.12
2 parents e504d4b + 2cbc7a9 commit 2e9ed52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.x'
28+
python-version: '3.12'
2929

3030
- name: Install Poetry
3131
run: |

0 commit comments

Comments
 (0)