Skip to content

Commit

Permalink
chore: Indicate Python >= 3.8 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jul 10, 2024
1 parent 93a9b85 commit 4d6e826
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ classifiers = [
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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",
"Topic :: Software Development",
"Topic :: Software Development :: Debuggers",
"Topic :: Software Development :: Documentation",
Expand All @@ -40,7 +44,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.8"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 4d6e826

Please sign in to comment.