Skip to content

Commit 30042b8

Browse files
committed
fix: release packaging upper pin
1 parent 1edb4ec commit 30042b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [{ name = "Scientific Python Developers" }]
33
name = "spec0-action"
44
requires-python = ">= 3.11"
55
version = "0.1.0"
6-
dependencies = ["packaging>=25.0,<26"]
6+
dependencies = ["packaging>=25.0"]
77

88
[build-system]
99
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)