Skip to content

Commit

Permalink
relax min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 10, 2024
1 parent fa40a6a commit eacb72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/cellxgene_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">= 3.10, < 3.13"
requires-python = ">= 3.9, < 3.13"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit eacb72b

Please sign in to comment.