diff --git a/.travis.yml b/.travis.yml index 6f160b9..074fe3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ arch: sudo: false language: python python: -- '3.6' - '3.7' - '3.8' - '3.9' diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 7fb84ae..cadd58b 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -20,9 +20,6 @@ jobs: vmImage: 'ubuntu-20.04' strategy: matrix: - Python36: - python.version: '3.6' - tox_env: 'py36' Python37: python.version: '3.7' tox_env: 'py37' diff --git a/setup.py b/setup.py index f62f98c..aaf7434 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ 'Intended Audience :: System Administrators', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',