run tests on pypy3.9
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2022-04-05 21:49:25 -07:00
parent e41d82f9d2
commit d27bcf85dd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def run_tests():
tox_step("python:3.9"),
tox_step("python:3.10"),
tox_step("python:3"),
tox_step("pypy:3.6", "pypy3", "pypy3"),
tox_step("pypy:3.9", "pypy3", "pypy3"),
tox_step("pypy:3", "pypy3", "pypy3"),
notify_step(),
],