Skip to content

Commit 165b624

Browse files
committed
Update Python compatible versions
1 parent b30867d commit 165b624

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ version = "1.0.1"
88
description = "Add support for tree view to Sphinx."
99
authors = [{ name = "theogiraudet", email = "theo.giraudet@altearn.xyz" }, { name = "Aksiome", email = "maxime.calmon@altearn.xyz" }]
1010
dependencies = ["sphinx", "jinja2"]
11-
requires-python = "==3.12.*"
11+
requires-python = ">=3.11"
1212
license = { text = "MPL-2.0" }
1313
readme = "README.md"
1414
classifiers = [
1515
"Intended Audience :: Developers",
1616
"Framework :: Sphinx :: Extension",
1717
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
18-
"Programming Language :: Python :: 3.12"
18+
"Programming Language :: Python :: 3.11"
1919
]
2020

2121
[project.urls]

0 commit comments

Comments
 (0)