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 d0b364c commit 6b887afCopy full SHA for 6b887af
pyproject.toml
@@ -40,7 +40,7 @@ test = [
40
"pytest>=8.4; python_version>='3.9'",
41
"pytest>=8.3; python_version>='3.8' and python_version<'3.9'",
42
"pytest>=7.4,<8; python_version<'3.8'",
43
- "pytest-benchmark>=5.1; python_version>='3.9'",
+ "pytest-benchmark>=5.2; python_version>='3.9'",
44
"pytest-benchmark>=4.0,<5; python_version<'3.9'",
45
"pytest-cov>=6.0; python_version>='3.9'",
46
"pytest-cov>=5.0,<6; python_version>='3.8' and python_version<'3.9'",
@@ -62,12 +62,15 @@ lint = [
62
"bump2version>=1,<2",
63
]
64
doc = [
65
- "sphinx>=8,<9; python_version>='3.10'",
+ "sphinx>=8,<10; python_version>='3.10'",
66
"sphinx>=7,<9; python_version>='3.8' and python_version<'3.10'",
67
"sphinx>=4,<6; python_version<'3.8'",
68
"sphinx_rtd_theme>=2,<4",
69
70
71
+[tool.uv]
72
+link-mode = "copy"
73
+
74
# Configure uv build backend for src layout and sdist contents
75
[tool.uv.build-backend]
76
module-name = "graphql"
0 commit comments