Remove Python 3.7 from CI.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-10-23 19:16:43 -07:00
parent 3640f94625
commit e4df1240fb
1 changed files with 0 additions and 13 deletions

View File

@ -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: