Skip to content

Commit d274dd6

Browse files
committed
Update python version to 3.10
1 parent 8feab7c commit d274dd6

3 files changed

Lines changed: 163 additions & 164 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up python
1111
uses: actions/setup-python@v6
1212
with:
13-
python-version: 3.8
13+
python-version: "3.10"
1414
- name: Bootstrap poetry
1515
run: |
1616
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: 3.8
29+
python-version: "3.10"
3030
- name: Bootstrap poetry
3131
run: |
3232
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up python
5454
uses: actions/setup-python@v6
5555
with:
56-
python-version: 3.8
56+
python-version: "3.10"
5757
- name: Bootstrap poetry
5858
run: |
5959
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up python
1111
uses: actions/setup-python@v6
1212
with:
13-
python-version: 3.8
13+
python-version: "3.10"
1414
- name: Bootstrap poetry
1515
run: |
1616
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: 3.8
29+
python-version: "3.10"
3030
- name: Bootstrap poetry
3131
run: |
3232
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

0 commit comments

Comments
 (0)