Skip to content
Prev Previous commit
Next Next commit
Remove pypy 3.9
  • Loading branch information
rmk135 committed Aug 7, 2024
commit 1d7bb96e4cf62d1f253d6e014808f48ced2d9c4e
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7, pypy3.9]
python-version: [3.7]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down