Skip to content

Commit

Permalink
Update minimum python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravind100 committed Jan 16, 2025
1 parent 88ce72c commit 6581a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "{{ python_name }}"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
Expand Down

0 comments on commit 6581a9b

Please sign in to comment.