Skip to content

Commit 4b2e04b

Browse files
committed
update python and build-system
1 parent a47dfe1 commit 4b2e04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>=6.2", "setuptools-rust>=1.7"]
2+
requires = ["setuptools>=64", "setuptools-scm>=8", "setuptools-rust>=1.10"]
33
build-backend = "setuptools.build_meta"
44

55

@@ -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.11,<3.13"
11+
requires-python = ">=3.11,<3.14"
1212
dynamic = ["version"]
1313

1414
authors = [

0 commit comments

Comments
 (0)