Skip to content

Commit 0e5631f

Browse files
committed
pin pathlib-abc
1 parent 2cfb0de commit 0e5631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
requires-python = ">=3.9"
3232
dependencies = [
3333
"typing-extensions>4 ; python_version < '3.11'",
34-
"pathlib-abc ; python_version < '3.14'",
34+
"pathlib-abc < 0.6 ; python_version < '3.14'",
3535
]
3636

3737
[project.optional-dependencies]

0 commit comments

Comments
 (0)