We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb1f33 commit fc3026bCopy full SHA for fc3026b
2 files changed
pyproject.toml
@@ -33,11 +33,10 @@ Documentation = "https://pythonnet.github.io/clr-loader/"
33
34
[dependency-groups]
35
dev = [
36
- "pytest >=7.0; python_version <= '3.9'",
37
- "pytest >=9.0, <10.0; python_version > '3.9'",
+ "pytest >=9.0, <10.0",
38
"ruff >=0.15",
39
]
40
-doc = ["furo >= 2025.0", "sphinx >=9.0, <10.0"]
+doc = ["furo >=2025.0", "sphinx >=9.0, <10.0"]
41
42
[tool.uv.dependency-groups.doc]
43
requires-python = ">=3.12"
@@ -54,9 +53,3 @@ include = ["clr_loader*"]
54
53
[tool.pytest.ini_options]
55
xfail_strict = true
56
testpaths = ["tests"]
57
-
58
-[tool.mypy]
59
-allow-redefinition = true
60
61
-[tool.pyright]
62
-pythonPlatform = "All"
0 commit comments