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 4b23574 commit 435e1daCopy full SHA for 435e1da
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: "actions/checkout@v4"
18
- - uses: "actions/setup-python@v5"
+ - uses: "actions/setup-python@v6"
19
with:
20
python-version: 3.9
21
- name: "Install dependencies"
.github/workflows/test-suite.yml
@@ -18,7 +18,7 @@ jobs:
22
23
python-version: "${{ matrix.python-version }}"
24
allow-prereleases: true
0 commit comments