Skip to content

Commit c0d060e

Browse files
committed
lint-and-test: Add support for testing PyPy 3.11.
1 parent 0e99375 commit c0d060e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
- {PYTHON: 'pypy-3.8', OS: ubuntu-latest, NAME: "PyPy 3.8 (ubuntu)", EXPECT: "Linux"}
244244
- {PYTHON: 'pypy-3.9', OS: ubuntu-latest, NAME: "PyPy 3.9 (ubuntu)", EXPECT: "Linux"}
245245
- {PYTHON: 'pypy-3.10', OS: ubuntu-latest, NAME: "PyPy 3.10 (ubuntu)", EXPECT: "Linux"}
246+
- {PYTHON: 'pypy-3.11', OS: ubuntu-latest, NAME: "PyPy 3.11 (ubuntu)", EXPECT: "Linux"}
246247
- {PYTHON: '3.11', OS: macos-latest, NAME: "CPython 3.11 (macos)", EXPECT: "MacOS"}
247248
env:
248249
EXPECT: ${{ matrix.env.EXPECT }}

0 commit comments

Comments
 (0)