Skip to content

Commit

Permalink
Merge branch 'main' into phenix121
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner authored Jun 3, 2024
2 parents 89c23e8 + f9e3c70 commit ebcad70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ docs/images/logo2.ai

# PyCharm files
.idea/*
.idea/*
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 ebcad70

Please sign in to comment.