From 91b7b911e303c30496b73332d6ba50135faa5454 Mon Sep 17 00:00:00 2001 From: Jeremy Paige Date: Thu, 31 Oct 2024 14:56:53 -0700 Subject: [PATCH] Place python floor in docs --- template/pyproject.toml.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index 09e92dd..b54388f 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -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 %} @@ -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",