Skip to content

Commit

Permalink
enable 3.9 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yrkim98 committed Nov 8, 2024
1 parent 585476c commit d64863b
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 @@ -11,7 +11,7 @@ name = "allencell-segmenter-ml"
version = "0.1.16"
description = "A plugin to leverage ML segmentation in napari"
readme = "README.md"
requires-python = "<3.11,>=3.10"
requires-python = "<3.11,>=3.9"
license = { file = "LICENSE" }
authors = [
{ email = "[email protected]", name = "Brian Kim" },
Expand All @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Image Processing",
]
Expand Down

0 comments on commit d64863b

Please sign in to comment.