Skip to content

Commit

Permalink
Fix CI and add 3.13 as target
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Sep 7, 2024
1 parent c3d20af commit 4d56449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
include:
- { os: ubuntu-latest, py: "pypy3.10" }
- { os: ubuntu-latest, py: "pypy3.8" }
- { os: windows-latest, py: "pypy3.10" }
steps:
- name: setup python for tox
uses: actions/setup-python@v5
Expand Down Expand Up @@ -65,6 +64,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
allow-prereleases: true
- name: Pick environment to run
run: |
import codecs; import os; import sys
Expand Down

0 comments on commit 4d56449

Please sign in to comment.