We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4bbff commit d971353Copy full SHA for d971353
2 files changed
.github/actions/enable_python/action.yaml
@@ -4,10 +4,10 @@ description: Install python with requirenments and cache it
4
runs:
5
using: composite
6
steps:
7
- - name: Set up Python 3.13
+ - name: Set up Python 3.14
8
uses: actions/setup-python@v6
9
with:
10
- python-version: 3.13
+ python-version: 3.14
11
12
- name: Cache dependencies
13
id: cache
.github/actions/enable_python_macos/action.yaml
@@ -3,10 +3,10 @@ description: Install python deps for MacOS
3
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
- python-version: '3.13'
+ python-version: '3.14'
cache: pip
- run: pip install -r requirements.txt
0 commit comments