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 cf40204 commit 506698bCopy full SHA for 506698b
.github/workflows/pytest.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Set up python ${{ matrix.python-version }}
24
id: setup-python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: ${{ matrix.python-version }}
28
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Set up python 3.13
18
19
20
21
python-version: "3.13"
0 commit comments