Skip to content

Commit 3f0e67b

Browse files
committed
Bump Python min to 3.9
1 parent 05e8f23 commit 3f0e67b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda/recipes/jupyterlab-nvdashboard/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
package:

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "hatchling.build"
1414
name = "jupyterlab_nvdashboard"
1515
readme = "README.md"
1616
license = { file = "LICENSE" }
17-
requires-python = ">=3.8"
17+
requires-python = ">=3.9"
1818
classifiers = [
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",

0 commit comments

Comments
 (0)