Drop Python 3.6 support (#29978)

This commit is contained in:
Ville Skyttä 2019-12-16 08:29:19 +02:00 committed by Paulus Schoutsen
parent bfafa77016
commit 445fd15f76
15 changed files with 19 additions and 135 deletions

View file

@ -38,7 +38,6 @@ REQUIRES = [
"attrs==19.3.0",
"bcrypt==3.1.7",
"certifi>=2019.11.28",
'contextvars==2.4;python_version<"3.7"',
"importlib-metadata==0.23",
"jinja2>=2.10.3",
"PyJWT==1.7.1",