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:
114
114
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
115
115
with :
116
116
dependency_type : pre
117
+ python_version : " 3.12"
117
118
- name : Run the tests
118
119
run : |
119
120
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"}
24
24
requires-python = " >=3.9"
25
25
dynamic = [" version" ]
26
26
dependencies = [
27
- " click" ,
27
+ " click<8.2.0 " ,
28
28
" ghapi<=1.0.4" ,
29
29
" github-activity~=0.2" ,
30
30
" importlib_resources" ,
31
31
" jsonschema>=3.0.1" ,
32
32
" mdformat" ,
33
33
" packaging" ,
34
34
" pkginfo" ,
35
- " pypiserver==2.2.0" ,
35
+ " pypiserver==2.2.0; python_version < '3.13'" ,
36
+ " pypiserver; python_version >= '3.13'" ,
36
37
" pipx" ,
37
38
" requests" ,
38
39
" requests_cache" ,
You can’t perform that action at this time.
0 commit comments