Skip to content

Commit

Permalink
Drop pypy3 support :(
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuhs committed Jan 24, 2021
1 parent 1c0ecef commit 29f33e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, pypy3]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tox]
envlist = py36, py37, py38, pypy3, lint, doctest
envlist = py36, py37, py38, lint, doctest

[travis]
python =
3.8: py38
3.7: py37
3.6: py36
pypy3: pypy3

[testenv]
setenv = PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit 29f33e1

Please sign in to comment.