Skip to content

Commit

Permalink
Merge pull request #52 from rs-station/drop-python38
Browse files Browse the repository at this point in the history
Drop support for python 3.8
  • Loading branch information
dennisbrookner authored May 29, 2024
2 parents 6c8d884 + 7244ed1 commit f9e3c70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@ src/.DS_Store

# logo in illustrator
docs/images/logo.ai
docs/images/logo2.ai
docs/images/logo2.ai

# PyCharm files
.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 = "debrookner@gmail.com", 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 f9e3c70

Please sign in to comment.