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 7ea24c3 commit f703225Copy full SHA for f703225
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v5
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
with:
26
allow-prereleases: true
27
python-version: ${{ matrix.python-version }}
0 commit comments