From 400c2d421d5a9973c33b0886e2aa7add4a0609a0 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jun 2024 16:49:56 -0700 Subject: [PATCH] Less python versions Hass min is pretty high --- .drone.star | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.star b/.drone.star index 87f8215..8b327ff 100644 --- a/.drone.star +++ b/.drone.star @@ -1,18 +1,11 @@ # Build pipelines PYTHON_VERSIONS = [ - "3.8", - "3.9", - "3.10", "3.11", "3.12", "latest", ] -PYPY3_VERSIONS = [ - "3", -] - def main(ctx): pipelines = []