Skip to content

Commit 708d3fe

Browse files
committed
bump version
1 parent 88ce151 commit 708d3fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: setup-python
7171
uses: actions/setup-python@v5
7272
with:
73-
python-version: '3.8'
73+
python-version: '3.9'
7474

7575
- name: Install Poetry
7676
uses: snok/install-poetry@v1
@@ -123,7 +123,7 @@ jobs:
123123
id: setup-python
124124
uses: actions/setup-python@v5
125125
with:
126-
python-version: '3.8'
126+
python-version: '3.9'
127127

128128
- name: Install Poetry
129129
uses: snok/install-poetry@v1
@@ -166,7 +166,7 @@ jobs:
166166
id: setup-python
167167
uses: actions/setup-python@v5
168168
with:
169-
python-version: '3.8'
169+
python-version: '3.9'
170170

171171
- name: Install Poetry
172172
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)