Skip to content

Commit 1d7bb96

Browse files
committed
Remove pypy 3.9
1 parent adf7ad9 commit 1d7bb96

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, pypy3.9]
12+
python-version: [3.7]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)