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 1de0797 commit 7b0bb5eCopy full SHA for 7b0bb5e
.github/workflows/pythonpackage.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v5
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
30
with:
31
python-version: ${{ matrix.python-version }}
32
allow-prereleases: ${{ matrix.experimental }}
0 commit comments