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 46ce717 commit ebab937Copy full SHA for ebab937
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v5
32
33
- name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
35
with:
36
python-version: ${{ matrix.python-version }}
37
allow-prereleases: true
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout source
29
uses: actions/checkout@v5
30
- name: Set up Python
python-version: "3.12"
- name: Install dependencies
0 commit comments