We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c74a9c + 41d4977 commit ce123d0Copy full SHA for ce123d0
.github/workflows/build_wheels.yml
@@ -115,6 +115,10 @@ jobs:
115
os: [ ubuntu-latest, macos-14 ]
116
python-version: [ "3.10", "3.11", "3.12"]
117
from-source: [ True, False ]
118
+ exclude:
119
+ # Skip macOS 14 with Python 3.10 due to gettext library issues
120
+ - os: macos-14
121
+ python-version: "3.10"
122
env:
123
# this script is for testing servers
124
# it starts server with timeout and checks whether process killed by timeout (started healthy) or died by itself
0 commit comments