Skip to content

Commit

Permalink
Remove PyPy (#54)
Browse files Browse the repository at this point in the history
For some reason it can't find a recent enough version of Sqlit a recent
enough version of Sqlite
  • Loading branch information
moggers87 committed Mar 4, 2022
1 parent 1857bbe commit 9d375a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
tox_env: [lint, isort, docs]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setenv = PYTHONWARNINGS = default

[gh-actions]
python =
pypy-3: clean,pypy3,coverage
pypy-3.7: clean,pypy3,coverage
3.7: clean,py37,coverage
3.8: clean,py38,coverage
3.9: clean,py39,coverage
Expand Down

0 comments on commit 9d375a8

Please sign in to comment.