Skip to content

Commit 4a9d8f1

Browse files
committed
bump minimum python version to 3.10 in pyproject.toml
1 parent a09128c commit 4a9d8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3",
2121
]
2222
dependencies = []
23-
requires-python = ">=3.9"
23+
requires-python = ">=3.10"
2424

2525
[build-system]
2626
requires = ["uv_build>=0.8.14,<0.9.0"]

0 commit comments

Comments
 (0)