Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Skip macOS 14 with Python 3.10 due to gettext library
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
  • Loading branch information
ntkathole committed Jul 1, 2025
commit 3990747f167f8ce9d62cf0dd1ee44eb9c3bc9ffa
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
os: [ ubuntu-latest, macos-14 ]
python-version: [ "3.10", "3.11", "3.12"]
from-source: [ True, False ]
exclude:
# Skip macOS 14 with Python 3.10 due to gettext library issues
- os: macos-14
python-version: "3.10"
env:
# this script is for testing servers
# it starts server with timeout and checks whether process killed by timeout (started healthy) or died by itself
Expand Down