@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
10
10
name = " jupyter-resource-usage"
11
11
description = " Jupyter Extension to show resource usage"
12
12
readme = " README.md"
13
- requires-python = " >=3.8 "
13
+ requires-python = " >=3.9 "
14
14
authors = [
15
15
{ name = " Jupyter Development Team" },
16
16
]
@@ -30,15 +30,16 @@ classifiers = [
30
30
" License :: OSI Approved :: BSD License" ,
31
31
" Programming Language :: Python" ,
32
32
" Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3.8" ,
34
33
" Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
36
35
" Programming Language :: Python :: 3.11" ,
36
+ " Programming Language :: Python :: 3.12" ,
37
+ " Programming Language :: Python :: 3.13" ,
37
38
]
38
39
dependencies = [
39
40
" jupyter_server>=2.0" ,
40
41
" prometheus_client" ,
41
- " psutil~ =5.6" ,
42
+ " psutil> =5.6" ,
42
43
" pyzmq>=19" ,
43
44
]
44
45
dynamic = [" version" ]
@@ -126,7 +127,7 @@ default = ""
126
127
127
128
[tool .jupyter-releaser .hooks ]
128
129
before-build-npm = [
129
- " python -m pip install jupyterlab~ =4.0" ,
130
+ " python -m pip install ' jupyterlab> =4.0,<5' " ,
130
131
" jlpm" ,
131
132
" jlpm clean" ,
132
133
" jlpm build:prod" ,
0 commit comments