Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
Updated minimal python
  • Loading branch information
ThatXliner committed Jan 28, 2024
1 parent 2001b83 commit b6226e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/{{ pypi_name }}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://github.com/{{ username }}/{{ pypi_name }}"
# keywords = ["awesome", "project"] # Maximum of 5 keywords

[tool.poetry.dependencies]
python = "^3.8"{% if is_app %}
python = "^3.12"{% if is_app %}

[tool.poetry.scripts]
{{ module_name }} = "{{ module_name }}.__main__:main"
Expand Down

0 comments on commit b6226e2

Please sign in to comment.