From e4df1240fbab3fe51f88a8687d7d0426723c9337 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 23 Oct 2023 19:16:43 -0700 Subject: [PATCH] Remove Python 3.7 from CI. --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6baed7d..1b046f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,4 @@ kind: pipeline -name: python-3-7-alpine-3-10 - -clone: - skip_verify: true - -steps: -- name: build - image: alpine:3.10 - pull: always - commands: - - tests/run-ci-tests ---- -kind: pipeline name: python-3-8-alpine-3-13 clone: