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 9fc72e2 + 9f49f74 commit 703a864Copy full SHA for 703a864
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-24.04
33
steps:
34
- uses: actions/checkout@v5
35
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
36
with:
37
python-version: "3.13"
38
.github/workflows/test.yml
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
python-version: "${{ matrix.python_version }}"
83
0 commit comments