We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47dfe1 commit 4b2e04bCopy full SHA for 4b2e04b
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>=6.2", "setuptools-rust>=1.7"]
+requires = ["setuptools>=64", "setuptools-scm>=8", "setuptools-rust>=1.10"]
3
build-backend = "setuptools.build_meta"
4
5
@@ -8,7 +8,7 @@ name = "sainsc"
8
description = "Segmentation-free Analysis of In Situ Capture data"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
license = { file = "LICENSE" }
11
-requires-python = ">=3.11,<3.13"
+requires-python = ">=3.11,<3.14"
12
dynamic = ["version"]
13
14
authors = [
0 commit comments