Skip to content

Commit

Permalink
Specify python version to be 3.10 onwards.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Apr 14, 2024
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
Expand Up @@ -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",
]
Expand Down

0 comments on commit f75e60d

Please sign in to comment.