Skip to content

Update CI and fix Linux build - #87

Merged
jvkersch merged 2 commits into
mainfrom
update-ci-matrix
Mar 6, 2026
Merged

Update CI and fix Linux build#87
jvkersch merged 2 commits into
mainfrom
update-ci-matrix

Conversation

@jvkersch

@jvkersch jvkersch commented Mar 6, 2026

Copy link
Copy Markdown
Owner

Summary

Implements phases 1.1 and 1.3 from docs/plans/legacy-api-fixes.md.

Test plan

  • Verify CI builds succeed on all Linux matrix combinations
  • Verify CI builds succeed on macOS ARM64
  • Verify unit tests pass on all platforms

jvkersch added 2 commits March 6, 2026 10:30
- Drop EOL Python versions (3.7, 3.8, 3.9)
- Add Python 3.12, 3.13, 3.14
- Add macos-latest (ARM64) to OS matrix
- Update actions/checkout to v4 and actions/setup-python to v5
-ansi disables POSIX extensions, breaking builds on modern Linux
(h_addr macro unavailable, gethostname signature mismatch).
-std=gnu89 enforces C89 syntax while keeping POSIX/GNU extensions.

Fixes #79, fixes #84.
@jvkersch jvkersch changed the title Update CI: Python matrix and macOS ARM64 Update CI and fix Linux build Mar 6, 2026
@jvkersch
jvkersch merged commit 9c4bb47 into main Mar 6, 2026
10 checks passed
@jvkersch
jvkersch deleted the update-ci-matrix branch March 6, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant