File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " reana_jupyterlab" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Reana JupyterLab plugin" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " reana_jupyterlab"
77readme = " README.md"
88license = { file = " LICENSE" }
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.9 "
1010classifiers = [
1111 " Framework :: Jupyter" ,
1212 " Framework :: Jupyter :: JupyterLab" ,
@@ -16,11 +16,11 @@ classifiers = [
1616 " License :: OSI Approved :: BSD License" ,
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.8" ,
2019 " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
2221 " Programming Language :: Python :: 3.11" ,
2322 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2424]
2525dependencies = [
2626 " notebook<7" ,
Original file line number Diff line number Diff line change 1- __version__ = VERSION = '1.0.0 '
1+ __version__ = VERSION = '1.0.1 '
You can’t perform that action at this time.
0 commit comments