From 4474ee654c052c257b2a7cdb9c97b4526f2287c8 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:39:12 +0800 Subject: [PATCH] py36 --- .travis.yml | 1 - azure-pipeline.yml | 3 --- setup.py | 1 - 3 files changed, 5 deletions(-) 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',