Merging upstream changes to allow compiling python3.13 wheels

This commit is contained in:
laggykiller 2025-02-09 22:52:57 +08:00
parent 70f0118baf
commit 8ea48ee2ad
No known key found for this signature in database
19 changed files with 639 additions and 478 deletions

View file

@ -226,7 +226,7 @@ if __name__ == "__main__":
# With pyproject.toml, all are not necessary except ext_modules
# However, they are kept for building python 3.6 wheels
name="sqlcipher3-wheels",
version="0.5.2.post1",
version="0.5.4",
package_dir={"sqlcipher3": "sqlcipher3"},
packages=["sqlcipher3"],
ext_modules=[module],