Skip to content

Commit 339669e

Browse files
committed
Revert "PYTHON-5058 Build linux aarch64 wheel using native runner and omit ppc64le and s390x wheels (mongodb#2077)"
This reverts commit 9082a4b.
1 parent 1b81847 commit 339669e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3636
buildplat:
3737
- [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
38-
- [ubuntu-24.04-arm, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39-
# Disabled pending PYTHON-5058
40-
# - [ubuntu-24.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
41-
# - [ubuntu-24.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
38+
- [ubuntu-20.04, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39+
- [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40+
- [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
4241
- [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
4342
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
4443
- [windows-2019, "win32", "cp3*-win32"]

doc/changelog.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Changes in Version 4.11.0 (YYYY/MM/DD)
1111
A future minor release of PyMongo will raise the minimum supported MongoDB Server version from 4.0 to 4.2.
1212
This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
1313
**Support for MongoDB Server 4.0 will be dropped in a future release!**
14-
.. warning:: This version does not include wheels for ``ppc64le`` or ``s390x`` architectures, see `PYTHON-5058`_ for more information.
1514

1615
PyMongo 4.11 brings a number of changes including:
1716

@@ -50,7 +49,6 @@ in this release.
5049
.. _PyMongo 4.11 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40784
5150
.. _PYTHON-5027: https://jira.mongodb.org/browse/PYTHON-5027
5251
.. _PYTHON-5024: https://jira.mongodb.org/browse/PYTHON-5024
53-
.. _PYTHON-5058: https://jira.mongodb.org/browse/PYTHON-5058
5452

5553
Changes in Version 4.10.1 (2024/10/01)
5654
--------------------------------------

0 commit comments

Comments
 (0)