Skip to content

Commit

Permalink
bump python version to >=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 19, 2024
1 parent bec8f92 commit 9f525e2
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 @@ -9,15 +9,14 @@ name = "statannotations"
description = "add statistical significance or custom annotations on seaborn plots. Based on statannot 0.2.3"
readme = "README.md"
license = {text = "MIT License"}
requires-python = ">=3.7"
requires-python = ">=3.8"
maintainers = [
{ name = "Florian Charlier", email = "[email protected]" },
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 9f525e2

Please sign in to comment.