File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ skip-string-normalization = true
26
26
# target-version should be all supported versions, see
27
27
# https://github.com/psf/black/issues/751#issuecomment-473066811
28
28
target_version = [
29
- " py36" ,
30
- " py37" ,
31
29
" py38" ,
32
30
" py39" ,
33
31
" py310" ,
34
32
" py311" ,
33
+ " py312" ,
35
34
]
36
35
37
36
# tbump is used to simplify and standardize the release process when updating
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def run(self):
76
76
"Source" : "https://github.com/jupyterhub/jupyter-remote-desktop-proxy/" ,
77
77
"Tracker" : "https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues" ,
78
78
},
79
- python_requires = ">=3.6 " ,
79
+ python_requires = ">=3.8 " ,
80
80
url = "https://jupyter.org" ,
81
81
zip_safe = False ,
82
82
cmdclass = {
You can’t perform that action at this time.
0 commit comments