File tree 2 files changed +2
-3
lines changed
conda/recipes/jupyterlab-nvdashboard
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
2
2
{% set date_string = environ['RAPIDS_DATE_STRING'] %}
3
3
4
- {% set python_min = "3.8 " %}
4
+ {% set python_min = "3.9 " %}
5
5
6
6
7
7
package :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "hatchling.build"
14
14
name = " jupyterlab_nvdashboard"
15
15
readme = " README.md"
16
16
license = { file = " LICENSE" }
17
- requires-python = " >=3.8 "
17
+ requires-python = " >=3.9 "
18
18
classifiers = [
19
19
" Framework :: Jupyter" ,
20
20
" Framework :: Jupyter :: JupyterLab" ,
@@ -24,7 +24,6 @@ classifiers = [
24
24
" License :: OSI Approved :: BSD License" ,
25
25
" Programming Language :: Python" ,
26
26
" Programming Language :: Python :: 3" ,
27
- " Programming Language :: Python :: 3.8" ,
28
27
" Programming Language :: Python :: 3.9" ,
29
28
" Programming Language :: Python :: 3.10" ,
30
29
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments