Skip to content

Commit

Permalink
Remove Python version floor
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery authored Oct 31, 2024
1 parent 4e7ac2b commit 467adcc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ authors = [
]
license = "{{ license }}"
readme = {"file" = "README.md", "content-type" = "text/markdown"}
requires-python = ">=3.10"
# Please consult https://pypi.org/classifiers/ for a full list.
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -42,14 +41,6 @@ classifiers = [
{% elif license == "Apache-2.0" %}
"License :: OSI Approved :: Apache Software License",
{% endif -%}
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
{%- if use_types %}
"Typing :: Typed",
{%- endif %}
Expand Down

0 comments on commit 467adcc

Please sign in to comment.