Skip to content

Commit ae3bf9d

Browse files
committed
v0.3.4
1 parent 229330b commit ae3bf9d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "pgeof"
11-
version = "0.3.3"
11+
version = "0.3.4"
1212
readme = "README.md"
13-
description = "Compute the geometric features associated with each point's neighborhood:"
14-
requires-python = ">=3.8,<3.14"
13+
description = "Compute the geometric features associated with each point's neighborhood"
14+
requires-python = ">=3.8,<3.15"
1515
license = { file = "LICENSE" }
1616
authors = [
1717
{ name = "Loic Landrieu", email = "[email protected]" },
@@ -91,6 +91,7 @@ python =
9191
3.11: py311
9292
3.12: py312
9393
3.13: py313
94+
3.14: py314
9495
9596
[testenv]
9697
deps =

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)