Skip to content

Commit 0da9d19

Browse files
committed
Replace Python 3.11 test with Python 3.12 test
1 parent bbac72d commit 0da9d19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- os: ubuntu-latest
2929
python: "3.10"
3030
- os: ubuntu-latest
31-
python: "3.11"
31+
python: "3.12"
3232
- os: ubuntu-latest
33-
python: "3.10"
33+
python: "3.12"
3434
pip-flags: "--pre"
3535
name: PRE-RELEASE DEPENDENCIES
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "cellcharter"
1313
version = "0.3.0"
1414
description = "A Python package for the identification, characterization and comparison of spatial clusters from spatial -omics data."
1515
readme = "README.md"
16-
requires-python = ">=3.8,<3.12"
16+
requires-python = ">=3.8,<3.13"
1717
license = {file = "LICENSE"}
1818
authors = [
1919
{name = "CSO group"},

0 commit comments

Comments
 (0)