Skip to content

Commit 3789456

Browse files
chore(deps): update dependency python to 3.14
1 parent 9239c86 commit 3789456

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v6
3939
with:
40-
python-version: '3.13'
40+
python-version: '3.14'
4141

4242
- name: Install dependencies
4343
run: |
@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up Python
9090
uses: actions/setup-python@v6
9191
with:
92-
python-version: '3.13'
92+
python-version: '3.14'
9393
- name: Install ruff
9494
run: |
9595
python -m pip install --upgrade pip

.github/workflows/staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v6
3939
with:
40-
python-version: '3.13'
40+
python-version: '3.14'
4141

4242
- name: Install dependencies
4343
run: |
@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up Python
9090
uses: actions/setup-python@v6
9191
with:
92-
python-version: '3.13'
92+
python-version: '3.14'
9393
- name: Install ruff
9494
run: |
9595
python -m pip install --upgrade pip

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: '3.13'
33+
python-version: '3.14'
3434

3535
- name: Install dependencies
3636
run: |
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set up Python
8383
uses: actions/setup-python@v6
8484
with:
85-
python-version: '3.13'
85+
python-version: '3.14'
8686
- name: Install ruff
8787
run: |
8888
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)