Skip to content

Commit 4cac2fc

Browse files
committed
set maximum supported python version
currently pyo3 v0.21 is used which does not support python 3.13 yet
1 parent 7d978b7 commit 4cac2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "sainsc"
88
description = "Segmentation-free Analysis of In Situ Capture data"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { file = "LICENSE" }
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.10,<3.13"
1212
dynamic = ["version"]
1313

1414
authors = [

0 commit comments

Comments
 (0)