Skip to content

Commit fa05a14

Browse files
committed
Update Chore
1 parent 919626f commit fa05a14

File tree

2 files changed

+78
-29
lines changed

2 files changed

+78
-29
lines changed

pdm.lock

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,26 @@ dependencies = [
1717
"packaging>=25.0",
1818
"requests>=2.32.5",
1919
"types-requests>=2.32.4.20250913",
20+
"scikit-build-core>=0.11.6",
2021
]
2122

2223
[project.optional-dependencies]
23-
pytest = ["pytest>=9.0.1", "pytest-mock>=3.15.1"]
24-
git = ["dulwich>=0.24.10"]
25-
pdm = ["pdm>=2.26.2"]
26-
cmake = ["cmake>=4.2.0"]
27-
conan = ["conan>=2.23.0"]
24+
pytest = [
25+
"pytest>=9.0.1",
26+
"pytest-mock>=3.15.1",
27+
]
28+
git = [
29+
"dulwich>=0.24.10",
30+
]
31+
pdm = [
32+
"pdm>=2.26.2",
33+
]
34+
cmake = [
35+
"cmake>=4.2.0",
36+
]
37+
conan = [
38+
"conan>=2.23.0",
39+
]
2840

2941
[project.urls]
3042
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -47,9 +59,18 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
4759
cppython = "cppython.test.pytest.fixtures"
4860

4961
[dependency-groups]
50-
lint = ["ruff>=0.14.6", "pyrefly>=0.43.1"]
51-
test = ["pytest>=9.0.1", "pytest-cov>=7.0.0", "pytest-mock>=3.15.1"]
52-
docs = ["zensical>=0.0.10"]
62+
lint = [
63+
"ruff>=0.14.7",
64+
"pyrefly>=0.43.1",
65+
]
66+
test = [
67+
"pytest>=9.0.1",
68+
"pytest-cov>=7.0.0",
69+
"pytest-mock>=3.15.1",
70+
]
71+
docs = [
72+
"zensical>=0.0.10",
73+
]
5374

5475
[project.scripts]
5576
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)