remove python 3.6 support (#2448)

This commit is contained in:
J K Terry
2021-10-16 11:33:49 -04:00
committed by GitHub
parent b6b4fc3838
commit bfe4273c58
2 changed files with 2 additions and 3 deletions

View File

@@ -65,10 +65,9 @@ setup(
]
},
tests_require=["pytest", "mock"],
python_requires=">=3.6",
python_requires=">=3.7",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",