Drop Python 3.9 build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-02-20 18:58:49 -08:00
parent a8a310a4c4
commit b711d2f425
1 changed files with 0 additions and 13 deletions

View File

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