Skip to content

Commit eb32c09

Browse files
committed
fix(ci): update Python version to 3.14 in workflow configuration
1 parent 58984a4 commit eb32c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-sample.yml

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: IBM/setup-python-pz@main
2727
with:
28-
python-version: 3.13.4
28+
python-version: 3.14
2929
architecture: ${{ matrix.arch }}
3030

3131
- name: Test Python installation

0 commit comments

Comments
 (0)