File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
115115 with :
116116 dependency_type : pre
117+ python_version : " 3.12"
117118 - name : Run the tests
118119 run : |
119120 hatch run test:nowarn || hatch run test:nowarn --lf
Original file line number Diff line number Diff line change @@ -24,15 +24,16 @@ urls = {Homepage = "https://jupyter.org"}
2424requires-python = " >=3.9"
2525dynamic = [" version" ]
2626dependencies = [
27- " click" ,
27+ " click<8.2.0 " ,
2828 " ghapi<=1.0.4" ,
2929 " github-activity~=0.2" ,
3030 " importlib_resources" ,
3131 " jsonschema>=3.0.1" ,
3232 " mdformat" ,
3333 " packaging" ,
3434 " pkginfo" ,
35- " pypiserver==2.2.0" ,
35+ " pypiserver==2.2.0; python_version < '3.13'" ,
36+ " pypiserver; python_version >= '3.13'" ,
3637 " pipx" ,
3738 " requests" ,
3839 " requests_cache" ,
You can’t perform that action at this time.
0 commit comments