Skip to content

Commit 200da33

Browse files
committed
deps: update dependency python to 3.13
1 parent a108540 commit 200da33

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/integration-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: go version
5454
- uses: actions/setup-python@v5
5555
with:
56-
python-version: '3.9'
56+
python-version: '3.13'
5757
- uses: actions/setup-node@v4
5858
with:
5959
node-version: 18

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- run: go version
9696
- uses: actions/setup-python@v5
9797
with:
98-
python-version: '3.9'
98+
python-version: '3.13'
9999
- uses: actions/setup-node@v4
100100
with:
101101
node-version: 16

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- uses: actions/setup-python@v5
5252
with:
53-
python-version: '3.12'
53+
python-version: '3.13'
5454
- run: python --version
5555
- name: Install pip
5656
run: python -m pip install --upgrade pip

.github/workflows/snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-python@v5
4949
with:
50-
python-version: '3.12'
50+
python-version: '3.13'
5151
- run: python --version
5252
- name: Install pip
5353
run: python -m pip install --upgrade pip

.github/workflows/units.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: go version
2424
- uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.12'
26+
python-version: '3.13'
2727
- run: python --version
2828
- uses: shivammathur/setup-php@v2
2929
with:
@@ -79,7 +79,7 @@ jobs:
7979
- run: go version
8080
- uses: actions/setup-python@v5
8181
with:
82-
python-version: '3.12'
82+
python-version: '3.13'
8383
- run: python --version
8484
- uses: shivammathur/setup-php@v2
8585
with:

0 commit comments

Comments
 (0)