We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95bd81 commit 4d5015bCopy full SHA for 4d5015b
.github/workflows/check.yml
@@ -43,6 +43,7 @@ jobs:
43
uses: actions/setup-python@v5
44
with:
45
python-version: ${{ matrix.py }}
46
+ allow-prereleases: true
47
- name: Pick environment to run
48
run: |
49
import codecs; import os; import sys
0 commit comments