Skip to content

Commit

Permalink
Fix pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jun 1, 2022
1 parent 54fd817 commit 1c9fd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3.8"]

# The type of runner that the job will run on
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python =
3.8: py38-sqla{11, latest}
3.9: py39-sqla{11, latest}
3.10: py310-sqla{11, latest}
pypy-3: pypy3-sqla{11, latest}
pypy3.8: pypy3-sqla{11, latest}

[testenv]
passenv=
Expand Down

0 comments on commit 1c9fd41

Please sign in to comment.