diff --git a/.drone.jsonnet b/.drone.jsonnet index 856f064..2af2d3e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -15,7 +15,7 @@ local PipelineLinting = { }, { name: 'python-format', - image: 'python:3.9', + image: 'python:3.10', environment: { PY_COLORS: 1, }, @@ -26,7 +26,7 @@ local PipelineLinting = { }, { name: 'python-flake8', - image: 'python:3.9', + image: 'python:3.10', environment: { PY_COLORS: 1, }, diff --git a/.drone.yml b/.drone.yml index 7162e3f..9cf6fe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - ansible-later - name: python-format - image: python:3.9 + image: python:3.10 commands: - pip install -qq yapf - "[ -z \"$(find . -type f -name *.py)\" ] || (yapf -rd ./)" @@ -21,7 +21,7 @@ steps: PY_COLORS: 1 - name: python-flake8 - image: python:3.9 + image: python:3.10 commands: - pip install -qq flake8 - flake8 @@ -147,6 +147,6 @@ depends_on: --- kind: signature -hmac: 8b2c29b38687f610250441e55d0951d8a3c9f3c76c76234a9c263c4a0c17a1d2 +hmac: 1295cb773432a075d7d925259e31bb4f0ca1dc98318f2ee686117b414660a327 ...