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 248ecb1 + 61e3af3 commit 5c6564dCopy full SHA for 5c6564d
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Set up Python 3.11
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: "3.11"
18
.github/workflows/publish_docs.yml
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
19
- name: Set up Python ${{ matrix.python-version }}
20
21
22
python-version: ${{ matrix.python-version }}
23
allow-prereleases: true
0 commit comments