Build updated for upstream libaegis 0.9.0 simplified API with matching changes on Python side. Set lower MacOS build target (11.0). Build abi3 version for all supported Python versions, reducing the number of wheels. Other build cleanup.

This commit is contained in:
2026-01-10 20:23:37 +00:00
parent a26ce6a9fb
commit a1bfeb2434
12 changed files with 389 additions and 567 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ package-dir = {"" = "src"}
packages = ["aeg"]
[tool.setuptools.package-data]
aeg = ["*.h", "*.so", "*.pyd"]
aeg = ["*.h"]
[tool.setuptools_scm]