Skip to content

Commit

Permalink
Add Python 3.7 as compatible version (#60)
Browse files Browse the repository at this point in the history
* Test 3.7 build

* Revert manual test build
  • Loading branch information
eberrigan authored Sep 12, 2023
1 parent dbf82cd commit 1ee4125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ authors = [
{name = "Talmo Pereira", email = "[email protected]"}
]
description="Analysis tools for SLEAP-based plant root phenotyping."
requires-python = ">=3.8"
requires-python = ">=3.7"
keywords = ["sleap", "plants", "roots", "phenotyping"]
license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
]
Expand Down

0 comments on commit 1ee4125

Please sign in to comment.