Skip to content

Commit

Permalink
Drop Python 3.6 support (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Aug 15, 2022
1 parent a9f1f1e commit 6120a18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ arch:
sudo: false
language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
3 changes: 0 additions & 3 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6120a18

Please sign in to comment.