Skip to content

Commit fc3026b

Browse files
committed
Update dependency definitions and re-lock
1 parent 3eb1f33 commit fc3026b

2 files changed

Lines changed: 112 additions & 120 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ Documentation = "https://pythonnet.github.io/clr-loader/"
3333

3434
[dependency-groups]
3535
dev = [
36-
"pytest >=7.0; python_version <= '3.9'",
37-
"pytest >=9.0, <10.0; python_version > '3.9'",
36+
"pytest >=9.0, <10.0",
3837
"ruff >=0.15",
3938
]
40-
doc = ["furo >= 2025.0", "sphinx >=9.0, <10.0"]
39+
doc = ["furo >=2025.0", "sphinx >=9.0, <10.0"]
4140

4241
[tool.uv.dependency-groups.doc]
4342
requires-python = ">=3.12"
@@ -54,9 +53,3 @@ include = ["clr_loader*"]
5453
[tool.pytest.ini_options]
5554
xfail_strict = true
5655
testpaths = ["tests"]
57-
58-
[tool.mypy]
59-
allow-redefinition = true
60-
61-
[tool.pyright]
62-
pythonPlatform = "All"

0 commit comments

Comments
 (0)