Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhkswan authored Feb 7, 2024
1 parent ae2bc77 commit b5da1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "insight"
description = "A python library for monitoring, comparing and extracting insights from data."
readme = "README.md"
license = {text = "BSD 3-Clause License"}
requires-python = ">= 3.7"
requires-python = ">= 3.8"
authors = [
{ name = "Synthesized Ltd.", email = "ml@synthesized.io" },
{ name = "Daniel Sabanov", email = "daniel@sadogursky.com" },
Expand All @@ -31,9 +31,9 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]

Expand Down

0 comments on commit b5da1f3

Please sign in to comment.