Skip to content

Commit d971353

Browse files
committed
Update python up to 3.14
1 parent 9b4bbff commit d971353

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/enable_python/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Install python with requirenments and cache it
44
runs:
55
using: composite
66
steps:
7-
- name: Set up Python 3.13
7+
- name: Set up Python 3.14
88
uses: actions/setup-python@v6
99
with:
10-
python-version: 3.13
10+
python-version: 3.14
1111

1212
- name: Cache dependencies
1313
id: cache

.github/actions/enable_python_macos/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: Install python deps for MacOS
33
runs:
44
using: composite
55
steps:
6-
- name: Set up Python 3.13
7-
uses: actions/setup-python@v5
6+
- name: Set up Python 3.14
7+
uses: actions/setup-python@v6
88
with:
9-
python-version: '3.13'
9+
python-version: '3.14'
1010
cache: pip
1111

1212
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)