We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbac72d commit 0da9d19Copy full SHA for 0da9d19
2 files changed
.github/workflows/test.yaml
@@ -28,9 +28,9 @@ jobs:
28
- os: ubuntu-latest
29
python: "3.10"
30
31
- python: "3.11"
+ python: "3.12"
32
33
- python: "3.10"
34
pip-flags: "--pre"
35
name: PRE-RELEASE DEPENDENCIES
36
pyproject.toml
@@ -13,7 +13,7 @@ name = "cellcharter"
13
version = "0.3.0"
14
description = "A Python package for the identification, characterization and comparison of spatial clusters from spatial -omics data."
15
readme = "README.md"
16
-requires-python = ">=3.8,<3.12"
+requires-python = ">=3.8,<3.13"
17
license = {file = "LICENSE"}
18
authors = [
19
{name = "CSO group"},
0 commit comments