Skip to content

Commit

Permalink
Drop Python 3.7 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 17, 2023
1 parent e322b71 commit 7b4f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -14,7 +14,7 @@ description = "A clean customisable Sphinx documentation theme."
dynamic = ["version"]
readme = "README.md"

requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4",
"sphinx >= 6.0,<8.0",
Expand All @@ -34,11 +34,11 @@ classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
Expand Down

0 comments on commit 7b4f130

Please sign in to comment.