Skip to content

Commit 4636bd0

Browse files
use python 3.11
1 parent 08248ee commit 4636bd0

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: Check out the code
1515
uses: actions/checkout@v3
16+
17+
- uses: actions/setup-python@v4
18+
with:
19+
python-version: "3.11"
1620

1721
- name: Install poetry
1822
run: pipx install poetry
@@ -22,7 +26,7 @@ jobs:
2226

2327
- uses: actions/setup-python@v4
2428
with:
25-
python-version: "3.9"
29+
python-version: "3.11"
2630
cache: poetry
2731

2832
- name: Install Dependencies using Poetry
@@ -36,6 +40,10 @@ jobs:
3640
steps:
3741
- name: Check out the code
3842
uses: actions/checkout@v3
43+
44+
- uses: actions/setup-python@v4
45+
with:
46+
python-version: "3.11"
3947

4048
- name: Install poetry
4149
run: pipx install poetry
@@ -45,7 +53,7 @@ jobs:
4553

4654
- uses: actions/setup-python@v4
4755
with:
48-
python-version: "3.9"
56+
python-version: "3.11"
4957
cache: poetry
5058

5159
- name: Install Dependencies using Poetry
@@ -59,6 +67,10 @@ jobs:
5967
steps:
6068
- uses: actions/checkout@v3
6169

70+
- uses: actions/setup-python@v4
71+
with:
72+
python-version: "3.11"
73+
6274
- name: Install poetry
6375
run: pipx install poetry
6476

@@ -67,7 +79,7 @@ jobs:
6779

6880
- uses: actions/setup-python@v4
6981
with:
70-
python-version: "3.9"
82+
python-version: "3.11"
7183
cache: poetry
7284

7385
- name: Install dependencies

0 commit comments

Comments
 (0)