Skip to content

Commit 26fa5c4

Browse files
authored
Update python and poetry version (#210)
1 parent 45c5727 commit 26fa5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-python@v5
3636
with:
37-
python-version: "3.8.x"
37+
python-version: "3.9.x"
3838

3939
- name: Install Poetry
4040
shell: bash
4141
run: |
42-
pip install poetry=="1.5.0"
42+
pip install poetry=="1.8.4"
4343
4444
- name: Install Dependencies
4545
run: python -m poetry install

0 commit comments

Comments
 (0)