We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4606a commit 7c6fd91Copy full SHA for 7c6fd91
1 file changed
.github/workflows/release-please.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-python@v2
28
with:
29
- python-version: "3.9"
+ python-version: "3.11"
30
31
- name: Install poetry
32
run: pipx install poetry
@@ -36,7 +36,7 @@ jobs:
36
37
- uses: actions/setup-python@v4
38
39
40
cache: poetry
41
42
- name: Install Dependencies using Poetry
0 commit comments