Skip to content

Commit

Permalink
Place python floor in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery authored Oct 31, 2024
1 parent 467adcc commit 91b7b91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ classifiers = [
{% elif license == "Apache-2.0" %}
"License :: OSI Approved :: Apache Software License",
{% endif -%}
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
{%- if use_types %}
"Typing :: Typed",
{%- endif %}
Expand Down Expand Up @@ -232,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 91b7b91

Please sign in to comment.