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 c3d20af commit 4d56449Copy full SHA for 4d56449
.github/workflows/check.yml
@@ -33,7 +33,6 @@ jobs:
33
include:
34
- { os: ubuntu-latest, py: "pypy3.10" }
35
- { os: ubuntu-latest, py: "pypy3.8" }
36
- - { os: windows-latest, py: "pypy3.10" }
37
steps:
38
- name: setup python for tox
39
uses: actions/setup-python@v5
@@ -65,6 +64,7 @@ jobs:
65
64
66
with:
67
python-version: ${{ matrix.py }}
+ allow-prereleases: true
68
- name: Pick environment to run
69
run: |
70
import codecs; import os; import sys
0 commit comments