require Python 3.7

drops support for Python 3.6
This commit is contained in:
Min RK
2022-07-13 16:21:50 -07:00
parent 001d0c9af1
commit c657498d75
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ skip-string-normalization = true
# target-version should be all supported versions, see # target-version should be all supported versions, see
# https://github.com/psf/black/issues/751#issuecomment-473066811 # https://github.com/psf/black/issues/751#issuecomment-473066811
target_version = [ target_version = [
"py36",
"py37", "py37",
"py38", "py38",
"py39", "py39",

View File

@@ -91,7 +91,7 @@ setup_args = dict(
license="BSD", license="BSD",
platforms="Linux, Mac OS X", platforms="Linux, Mac OS X",
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'], keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
python_requires=">=3.6", python_requires=">=3.7",
entry_points={ entry_points={
'jupyterhub.authenticators': [ 'jupyterhub.authenticators': [
'default = jupyterhub.auth:PAMAuthenticator', 'default = jupyterhub.auth:PAMAuthenticator',