Skip to content

Commit af01ab2

Browse files
committed
update Python CI version
1 parent 0070938 commit af01ab2

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: '3.9'
36+
python-version: '3.10'
3737

3838
- name: Install and configure Poetry
3939
uses: snok/install-poetry@v1

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v4
3434
with:
35-
python-version: '3.9'
35+
python-version: '3.10'
3636

3737
- name: Install and configure Poetry
3838
uses: snok/install-poetry@v1

.github/workflows/python_sdk_tests.yml

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

3131
- name: Install and configure Poetry
3232
uses: snok/install-poetry@v1

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-python@v4
4141
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
4242
with:
43-
python-version: '3.9'
43+
python-version: '3.10'
4444

4545
- name: Install and configure Poetry
4646
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)