We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620fc6e commit b0fca71Copy full SHA for b0fca71
.github/workflows/pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
run: pipx install poetry
15
16
- name: Setup python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: "3.12"
20
cache: "poetry"
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install poetry
28
29
30
31
32
33
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
python-version: ${{ matrix.version }}
102
0 commit comments