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.
2 parents fecbb47 + 5ac0637 commit 9490123Copy full SHA for 9490123
.github/workflows/linter.yml
@@ -30,7 +30,7 @@ jobs:
30
fetch-depth: 0
31
32
- name: Set up Python
33
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
34
with:
35
python-version: "3.13"
36
.github/workflows/pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: git fetch --tags
18
19
20
21
22
python-version: "3.9"
23
.github/workflows/unittests.yml
@@ -20,7 +20,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
24
25
python-version: ${{ matrix.python-version }}
26
0 commit comments