From 094c910cd4b39a1bb83744abb2536e84afc8e750 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 4 Apr 2022 20:17:06 -0700 Subject: [PATCH] Update supported tested python versions --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 08ba27e..0f18acf 100644 --- a/.drone.star +++ b/.drone.star @@ -29,10 +29,10 @@ def run_tests(): "name": "tests", "workspace": get_workspace(), "steps": [ - tox_step("python:3.5"), - tox_step("python:3.6"), tox_step("python:3.7"), tox_step("python:3.8"), + 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", "pypy3", "pypy3"),