Skip to content

Commit

Permalink
require python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed May 29, 2024
1 parent 769eb2a commit 7244ed1
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,7 +9,7 @@ name = "matchmaps"
# versioning through releases
description = "Make unbiased difference maps even for non-isomorphous inputs"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { text = "BSD 3-Clause License" }
authors = [
{ email = "[email protected]", name = "Dennis Brookner" },
Expand All @@ -19,7 +19,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"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 7244ed1

Please sign in to comment.