Drop 2.7 support

This commit is contained in:
giginet 2022-07-18 13:49:21 +09:00
parent cc483e1877
commit 126e6b7443
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
os: linux
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

View File

@ -22,6 +22,7 @@ setup(
},
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",