Skip to content

Commit

Permalink
Replace Python 3.11 test with Python 3.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Aug 16, 2024
1 parent bbac72d commit 0da9d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
python: "3.11"
python: "3.12"
- os: ubuntu-latest
python: "3.10"
python: "3.12"
pip-flags: "--pre"
name: PRE-RELEASE DEPENDENCIES

Expand Down
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.12"
requires-python = ">=3.8,<3.13"
license = {file = "LICENSE"}
authors = [
{name = "CSO group"},
Expand Down

0 comments on commit 0da9d19

Please sign in to comment.