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 683a17a commit 815214aCopy full SHA for 815214a
.github/workflows/test.yml
@@ -34,6 +34,7 @@ jobs:
34
uses: actions/setup-python@v5
35
with:
36
python-version: ${{ matrix.python-version }}
37
+ allow-prereleases: true
38
39
- name: Upgrade PIP
40
run: python -m pip install --upgrade pip
0 commit comments