Skip to content

Commit

Permalink
3.8 support got dropped.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Nov 19, 2024
1 parent 9c2b2d7 commit 0ed9710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = [
]
license = {text = "Mozilla Public License 2.0 (MPL 2.0)"}
authors = [{name = "Leah Klearman", email = "[email protected]"}]
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Pytest",
Expand All @@ -33,7 +33,6 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 0ed9710

Please sign in to comment.