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 3c145df commit c766df1Copy full SHA for c766df1
pyproject.toml
@@ -4,7 +4,7 @@
4
build-backend = "_own_version_helper:build_meta"
5
requires = [
6
"setuptools>=61",
7
- 'tomli; python_version < "3.11"',
+ 'tomli<=2.0.2; python_version < "3.11"',
8
]
9
backend-path = [
10
".",
0 commit comments