Skip to content

Commit 598e5f7

Browse files
author
aniketpatil
committed
chore(sdk): drop Python 3.9 support and update CI to Python 3.10
Signed-off-by: aniketpatil <[email protected]>
1 parent c004c96 commit 598e5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sdk-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.9
25+
python-version: 3.10
2626

2727
- name: Run SDK upgrade tests
2828
run: ./test/presubmit-test-sdk-upgrade.sh

.github/workflows/sdk-yapf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.9'
27+
python-version: '3.10'
2828

2929
- name: Install dependencies
3030
run: pip install yapf

0 commit comments

Comments
 (0)