Skip to content

Commit 2e406d1

Browse files
committed
Apparently poetry now needs python 3.9, ref snok/install-poetry#162
1 parent 67f2b87 commit 2e406d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.8"
22+
python-version: "3.9"
2323

2424
- uses: actions/checkout@v4
2525

0 commit comments

Comments
 (0)