Skip to content

Commit fe4dfa0

Browse files
committed
ci(github): test in PyPy (Python 3.10)
1 parent ffcdb33 commit fe4dfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
8+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python ${{ matrix.python-version }}
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: windows-2019
2424
strategy:
2525
matrix:
26-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
2727
steps:
2828
- name: 'Disable `autocrlf` in Git'
2929
run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)