File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
conda/recipes/jupyterlab-nvdashboard Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
22{% set date_string = environ['RAPIDS_DATE_STRING'] %}
33
4- {% set python_min = "3.8 " %}
4+ {% set python_min = "3.9 " %}
55
66
77package :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "hatchling.build"
1414name = " jupyterlab_nvdashboard"
1515readme = " README.md"
1616license = { file = " LICENSE" }
17- requires-python = " >=3.8 "
17+ requires-python = " >=3.9 "
1818classifiers = [
1919 " Framework :: Jupyter" ,
2020 " Framework :: Jupyter :: JupyterLab" ,
@@ -24,7 +24,6 @@ classifiers = [
2424 " License :: OSI Approved :: BSD License" ,
2525 " Programming Language :: Python" ,
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments