Skip to content

Commit

Permalink
Update python required to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Sep 17, 2024
1 parent bf5c52b commit 6667b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
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 Expand Up @@ -51,7 +51,7 @@ omit = ["src/motile_toolbox/visualization/*"]
# https://github.com/charliermarsh/ruff
[tool.ruff]
line-length = 88
target-version = "py38"
target-version = "py310"

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 6667b81

Please sign in to comment.