BREAKING CHANGE: drop Python 3.5 support

This commit is contained in:
Robert Kaussow 2020-12-31 14:19:39 +01:00
parent cd9a8e313d
commit 6e28765239
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 2 additions and 15 deletions

View File

@ -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'),

View File

@ -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
...

View File

@ -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",