Skip to content

Commit 03382e6

Browse files
committed
Add requires-python to pyproject.toml
1 parent 9b6f6f5 commit 03382e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.__package_slug}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dynamic = ["version"]
2222
license = {"file" = "LICENSE"}
2323
name = "{{cookiecutter.__package_slug}}"
2424
readme = {file = "README.md", content-type = "text/markdown"}
25+
requires-python = ">=3.10"
2526

2627
dependencies = [
2728
{%- if cookiecutter.include_sqlalchemy == "y" %}

0 commit comments

Comments
 (0)