From d27bcf85dd57dc56031470d39c09eff2ca425586 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Tue, 5 Apr 2022 21:49:25 -0700 Subject: [PATCH] run tests on pypy3.9 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 0f18acf..313d06c 100644 --- a/.drone.star +++ b/.drone.star @@ -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(), ],