From b711d2f4257333bf3df930d5e499162345b145ce Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 20 Feb 2023 18:58:49 -0800 Subject: [PATCH] Drop Python 3.9 build. --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf28abd..5db7add 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,4 @@ kind: pipeline -name: python-3-9-alpine-3-15 - -clone: - skip_verify: true - -steps: -- name: build - image: alpine:3.15 - pull: always - commands: - - tests/run-ci-tests ---- -kind: pipeline name: python-3-10-alpine-3-17 clone: