- do not try java things when building for docs.rs

This commit is contained in:
Wim Pomp
2025-02-03 16:17:14 +01:00
parent 3c22cf743a
commit b612d33a35
4 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "ndbioimage_rs"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",