Skip to content

Commit 64a16d9

Browse files
committed
chore: bump gha workflows to python 3.13
1 parent 618dc1f commit 64a16d9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/actions/merge-branch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
type: string
2323

2424
python-version:
25-
description: "The version of Python to use, such as 3.11.0"
25+
description: "The version of Python to use, such as 3.13.0"
2626
required: true
2727
type: string
2828

.github/actions/tests/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branding:
88
color: "orange"
99
inputs:
1010
python-version:
11-
description: "The version of Python to use, such as 3.11.0"
11+
description: "The version of Python to use, such as 3.13.0"
1212
required: true
1313
type: string
1414

.github/actions/tests/python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
type: string
1414
default: "local"
1515
python-version:
16-
description: "The version of Python to use, such as 3.11.0"
16+
description: "The version of Python to use, such as 3.13.0"
1717
required: true
1818
type: string
1919
openai-api-organization:

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@v6
5353
with:
54-
python-version: "3.11"
54+
python-version: "3.13"
5555

5656
- name: locate site-packages path
5757
shell: bash

.github/workflows/pullRequestController.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
- "./app/**"
5353

5454
env:
55-
python-version: "3.11"
55+
python-version: "3.13"
5656

5757
jobs:
5858
check_for_pending_release:

.github/workflows/semanticVersionBump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
restore-keys: |
3737
${{ runner.os }}-node
3838
39-
- name: Set up Python 3.11
39+
- name: Set up Python 3.13
4040
uses: actions/setup-python@v6
4141
with:
42-
python-version: "3.11"
42+
python-version: "3.13"
4343

4444
- name: Setup Node.js environment
4545
uses: actions/setup-node@v5

.github/workflows/testsPython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "**.py"
1414

1515
env:
16-
python-version: "3.11"
16+
python-version: "3.13"
1717

1818
jobs:
1919
python-unit-tests:

0 commit comments

Comments
 (0)