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 855ea86 commit 35bc65dCopy full SHA for 35bc65d
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
31
32
- name: Setup Python ${{ matrix.python }}
33
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
34
with:
35
python-version: ${{ matrix.python }}
36
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Set up Python 3.13
19
20
21
python-version: 3.13
22
.github/workflows/release-publish-documentation.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Set up Python
15
0 commit comments