Skip to content

Commit 7770ffe

Browse files
committed
Remove PyPy 2.7
1 parent cabf68e commit 7770ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-and-linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python-version: [3.7, pypy2.7, pypy3.9]
12+
python-version: [3.7, pypy3.9]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)