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 f1d3523 commit 3ca6686Copy full SHA for 3ca6686
.github/workflows/pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@v5
13
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
14
name: Set up Python 🐍
15
with:
16
python-version: '3.11'
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
python-version: ${{ matrix.python }}
31
0 commit comments