Skip to content

Commit d8895c2

Browse files
chore(deps): update dependency python to 3.13 (#2353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 742e357 commit d8895c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Set up Python
9999
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
100100
with:
101-
python-version: 3.12
101+
python-version: 3.13
102102
- name: Set up JDK ${{ matrix.java-version }}
103103
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
104104
with:

.github/workflows/repotests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
- name: Set up Python
270270
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
271271
with:
272-
python-version: '3.12'
272+
python-version: '3.13'
273273
- name: setup-cocoapods # Not using an action, as it is not implemented for windows!
274274
run: |
275275
gem install cocoapods -v 1.16.2 --no-document
@@ -1043,7 +1043,7 @@ jobs:
10431043
- name: Set up Python
10441044
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
10451045
with:
1046-
python-version: '3.12'
1046+
python-version: '3.13'
10471047
- uses: ruby/setup-ruby@1c58d16f1a2d74dc895c05f92d1e31ffe691110e # v1.261.0
10481048
with:
10491049
ruby-version: '3.4'

0 commit comments

Comments
 (0)