diff --git a/.drone.jsonnet b/.drone.jsonnet index e264db3..f6bf148 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 1314d9d..9423f18 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 @@ -182,6 +182,6 @@ depends_on: --- kind: signature -hmac: d2d5be8e6455ac3ec7ff431e6b7030939627382c1fef3afeb71bf1f7dbba6032 +hmac: d92785e618ad06b751f30f08f279598a24acbf6536047bf1ee544b269c343f44 ...