Skip to content

Commit

Permalink
Increase Python compatibility to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Aug 16, 2024
1 parent 37dcb47 commit bbac72d
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 @@ -13,7 +13,7 @@ name = "cellcharter"
version = "0.3.0"
description = "A Python package for the identification, characterization and comparison of spatial clusters from spatial -omics data."
readme = "README.md"
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
license = {file = "LICENSE"}
authors = [
{name = "CSO group"},
Expand Down

0 comments on commit bbac72d

Please sign in to comment.