Skip to content

Commit 7b7b446

Browse files
Merge branch 'main' into renovate/grpcio-1.x
2 parents 87a945f + 3b87a17 commit 7b7b446

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.13"
1818
- name: Install dependencies
1919
run: |
2020
pip install --upgrade pip

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
- name: Install dependencies
2222
run: |
2323
pip install -r requirements.txt

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.13'
1818
- name: Install dependencies
1919
run: |
2020
pip install --upgrade pip

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.13'
2020
- name: Install dependencies
2121
run: |
2222
pip install --upgrade pip

0 commit comments

Comments
 (0)