We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcdc22 commit df24d6dCopy full SHA for df24d6d
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: "3.8"
+ python-version: "3.10"
17
18
- name: Pip install
19
run: python -m pip install --upgrade pip poetry
0 commit comments