Use 3.10
continuous-integration/drone/push Build is failing Details

master
Drew Bednar 1 year ago
parent 8772307244
commit 79e461a19e

@ -4,7 +4,7 @@ name: CI Test Pipeline
steps:
- name: Unit Tests
image: python:3.11-bookworm
image: python:3.10-bookworm
commands:
- bash -c './scripts/run_unit_tests.sh'

@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.4
# Best practice: Choose a stable base image and tag.
FROM python:3.11-slim-bookworm
FROM python:3.10-slim-bookworm
# Install security updates, and some useful packages.
#

Loading…
Cancel
Save