Skip to content

Commit

Permalink
Remove pypy2 from test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 17, 2022
1 parent 866c32a commit b4726e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Expand Up @@ -80,16 +80,15 @@ envlist =
black
flake8
mypy
{py37,py38,py39,py310,py311,pypy2,pypy3}-toxlatest
{py37,py38,py39,py310,py311,pypy3}-toxlatest

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310, black, flake8, mypy
3.11: py311
pypy-2: pypy2
3.10: py310
3.11: py311, black, flake8, mypy
pypy-3: pypy3

[testenv]
Expand Down

0 comments on commit b4726e9

Please sign in to comment.