Skip to content

Commit ea749fd

Browse files
supporting python 3.13
1 parent 0fa6448 commit ea749fd

File tree

3 files changed

+928
-176
lines changed

3 files changed

+928
-176
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
python-version: ["3.10", "3.11", "3.12"]
25+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2626

2727
steps:
2828
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sopa"
33
version = "2.1.3"
44
description = "Spatial-omics pipeline and analysis"
55
authors = [{ name = "Quentin Blampey", email = "quentin.blampey@gmail.com" }]
6-
requires-python = ">=3.10,<3.13"
6+
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "BSD-3-Clause"
99
classifiers = [

0 commit comments

Comments
 (0)