Skip to content

fix: repair Python wheel builds for macOS and Windows#3

Merged
h4x0r merged 1 commit intomainfrom
fix/python-wheel-builds
Mar 24, 2026
Merged

fix: repair Python wheel builds for macOS and Windows#3
h4x0r merged 1 commit intomainfrom
fix/python-wheel-builds

Conversation

@h4x0r
Copy link
Copy Markdown
Collaborator

@h4x0r h4x0r commented Mar 24, 2026

Summary

  • Replace deprecated macos-13 runner with macos-latest in the python-build matrix
  • Install OpenSSL via vcpkg on Windows so bundled-sqlcipher (libsqlite3-sys) can build successfully
  • Bump version to 0.4.2 for re-release

Context

v0.4.1 release had two Python wheel build failures:

  • macos-13: Runner image deprecated by GitHub ("configuration not supported")
  • windows-latest: libsqlite3-sys build failed because SQLCipher requires OpenSSL headers

Test plan

  • Merge and tag v0.4.2 to trigger release workflow
  • Verify all 4 Python wheel builds pass (ubuntu, macos-14, macos-latest, windows)
  • Verify PyPI publish succeeds

🤖 Generated with Claude Code

- Replace deprecated macos-13 runner with macos-latest
- Install OpenSSL via vcpkg on Windows for SQLCipher build
- Bump version to 0.4.2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@h4x0r h4x0r merged commit a9d1af3 into main Mar 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant