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 2cfb0de commit 0e5631fCopy full SHA for 0e5631f
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
requires-python = ">=3.9"
32
dependencies = [
33
"typing-extensions>4 ; python_version < '3.11'",
34
- "pathlib-abc ; python_version < '3.14'",
+ "pathlib-abc < 0.6 ; python_version < '3.14'",
35
]
36
37
[project.optional-dependencies]
0 commit comments