Skip to content

Commit

Permalink
Require python 3.8+, up from 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 8, 2024
1 parent a0f7620 commit babd074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ skip-string-normalization = true
# target-version should be all supported versions, see
# https://github.com/psf/black/issues/751#issuecomment-473066811
target_version = [
"py36",
"py37",
"py38",
"py39",
"py310",
"py311",
"py312",
]

# tbump is used to simplify and standardize the release process when updating
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
"Source": "https://github.com/jupyterhub/jupyter-remote-desktop-proxy/",
"Tracker": "https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues",
},
python_requires=">=3.6",
python_requires=">=3.8",
url="https://jupyter.org",
zip_safe=False,
cmdclass={
Expand Down

0 comments on commit babd074

Please sign in to comment.