Skip to content

Commit

Permalink
Merge pull request #63 from pyOpenSci/ucodery-patch-1
Browse files Browse the repository at this point in the history
Remove Python version floor
  • Loading branch information
sneakers-the-rat authored Nov 1, 2024
2 parents 385ccab + ad29ca8 commit 7157b1f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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,8 @@ 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 Expand Up @@ -241,6 +234,7 @@ extra-dependencies = [
"mkdocs-awesome-pages-plugin ~=2.9",
]
{%- elif documentation == "sphinx" %}
python = "3.10"
dependencies = [
"pydata_sphinx_theme ~=0.16",
"myst-parser ~=4.0",
Expand Down

0 comments on commit 7157b1f

Please sign in to comment.