diff --git a/.drone.jsonnet b/.drone.jsonnet index e3259c7..027f3e1 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -1,4 +1,4 @@ -local PythonVersion(pyversion='3.5') = { +local PythonVersion(pyversion='3.6') = { name: 'python' + std.strReplace(pyversion, '.', '') + '-pytest', image: 'python:' + pyversion, environment: { @@ -63,7 +63,6 @@ local PipelineTest = { arch: 'amd64', }, steps: [ - PythonVersion(pyversion='3.5'), PythonVersion(pyversion='3.6'), PythonVersion(pyversion='3.7'), PythonVersion(pyversion='3.8'), diff --git a/.drone.yml b/.drone.yml index ce5ea13..ba230e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,17 +44,6 @@ platform: arch: amd64 steps: -- name: python35-pytest - image: python:3.5 - commands: - - pip install -r dev-requirements.txt -qq - - pip install -qq . - - ansible-doctor --help - environment: - PY_COLORS: 1 - depends_on: - - clone - - name: python36-pytest image: python:3.6 commands: @@ -647,6 +636,6 @@ depends_on: --- kind: signature -hmac: f9166bc34b83e57f326f79a73ae23f3d63d727bbf96bf4e9e97a35a68475ad96 +hmac: acfd425c4c96a36bcb633a3f1a375721b599b350707038fee9bc27d1921526ec ... diff --git a/pyproject.toml b/pyproject.toml index 47fc2f1..49e7a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ classifiers = [ "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",