Skip to content

Commit 4d56449

Browse files
committed
Fix CI and add 3.13 as target
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c3d20af commit 4d56449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
include:
3434
- { os: ubuntu-latest, py: "pypy3.10" }
3535
- { os: ubuntu-latest, py: "pypy3.8" }
36-
- { os: windows-latest, py: "pypy3.10" }
3736
steps:
3837
- name: setup python for tox
3938
uses: actions/setup-python@v5
@@ -65,6 +64,7 @@ jobs:
6564
uses: actions/setup-python@v5
6665
with:
6766
python-version: ${{ matrix.py }}
67+
allow-prereleases: true
6868
- name: Pick environment to run
6969
run: |
7070
import codecs; import os; import sys

0 commit comments

Comments
 (0)