Skip to content

Commit

Permalink
Specify python version to be 3.10 onwards.
Browse files Browse the repository at this point in the history
lmanan committed Apr 14, 2024

Verified

This commit was signed with the committer’s verified signature.
torredil Eddie Torres
1 parent 6c43c0a commit f75e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ requires = ["setuptools", "wheel"]
name = "motile_toolbox"
description = "A toolbox for tracking with (motile)[https://github.com/funkelab/motile]."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
]

0 comments on commit f75e60d

Please sign in to comment.