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:45 +02:00
parent 647b7d17b2
commit 31fa160f4e
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',
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,
},

View File

@ -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: 7c86800c8ac837fbe3b5af4f1d0e49b2ac2a3462f86b6f48dc0298aee42f2b77
hmac: 22e5c8731479848944e6456be1431f8146ddb70ceb04cba938c37066463fde8f
...