-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: 4.7
-
Component/s: None
-
None
-
Python Drivers
After PYTHON-4177, we no longer build macOS universal wheels and instead create separate arm64 and x86-64 wheels. For example, here's the 3.8 macos wheels for 4.7.3:
- pymongo-4.7.3-cp38-cp38-macosx_11_0_arm64.whl (485.8 kB view hashes)
Uploaded Jun 4, 2024 CPython 3.8 macOS 11.0+ ARM64 - pymongo-4.7.3-cp38-cp38-macosx_10_9_x86_64.whl (485.6 kB view hashes)
Uploaded Jun 4, 2024 CPython 3.8 macOS 10.9+ x86-64
Whereas before we created a single universal wheel for each python version, for example:
- pymongo-4.6.3-cp39-cp39-macosx_10_9_universal2.whl (534.7 kB view hashes)
Uploaded Mar 27, 2024 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64):
- is caused by
-
PYTHON-4177 Build and Test M1 macOS wheels on GHA
- Closed