ci: update python images to 3.10
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-07-02 21:53:48 +02:00
parent c15a3b3548
commit fa410bf85d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ local PipelineLinting = {
}, },
{ {
name: 'python-format', name: 'python-format',
image: 'python:3.9', image: 'python:3.10',
environment: { environment: {
PY_COLORS: 1, PY_COLORS: 1,
}, },
@ -26,7 +26,7 @@ local PipelineLinting = {
}, },
{ {
name: 'python-flake8', name: 'python-flake8',
image: 'python:3.9', image: 'python:3.10',
environment: { environment: {
PY_COLORS: 1, PY_COLORS: 1,
}, },

View File

@ -13,7 +13,7 @@ steps:
- ansible-later - ansible-later
- name: python-format - name: python-format
image: python:3.9 image: python:3.10
commands: commands:
- pip install -qq yapf - pip install -qq yapf
- "[ -z \"$(find . -type f -name *.py)\" ] || (yapf -rd ./)" - "[ -z \"$(find . -type f -name *.py)\" ] || (yapf -rd ./)"
@ -21,7 +21,7 @@ steps:
PY_COLORS: 1 PY_COLORS: 1
- name: python-flake8 - name: python-flake8
image: python:3.9 image: python:3.10
commands: commands:
- pip install -qq flake8 - pip install -qq flake8
- flake8 - flake8
@ -182,6 +182,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: ed4bdf1ceb5712e678451f903e0366ebc6ab3315b504cfe5639262c267c9d541 hmac: 3c021da5eb935bc4c25f3c8798077f26dc370f4c310ad4c6fe948ae4d7152ad7
... ...