File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
36
36
buildplat :
37
37
- [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
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"]
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"]
41
42
- [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
42
43
- [windows-2019, "win_amd6", "cp3*-win_amd64"]
43
44
- [windows-2019, "win32", "cp3*-win32"]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Changes in Version 4.11.0 (YYYY/MM/DD)
11
11
A future minor release of PyMongo will raise the minimum supported MongoDB Server version from 4.0 to 4.2.
12
12
This is in accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
13
13
**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.
14
15
15
16
PyMongo 4.11 brings a number of changes including:
16
17
@@ -49,6 +50,7 @@ in this release.
49
50
.. _PyMongo 4.11 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40784
50
51
.. _PYTHON-5027 : https://jira.mongodb.org/browse/PYTHON-5027
51
52
.. _PYTHON-5024 : https://jira.mongodb.org/browse/PYTHON-5024
53
+ .. _PYTHON-5058 : https://jira.mongodb.org/browse/PYTHON-5058
52
54
53
55
Changes in Version 4.10.1 (2024/10/01)
54
56
--------------------------------------
You can’t perform that action at this time.
0 commit comments