From bb1a8d04187f15fd6ba4d40dfc077e1bb24aee01 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 28 Apr 2024 04:54:08 +0200 Subject: [PATCH] Increased pyzmq>=24.0.0 for py38/39 to fix wheel build error on macOS 14 Signed-off-by: Andreas Maier --- dev-requirements.txt | 3 ++- minimum-constraints.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 678d26e7..55ab3944 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -229,7 +229,8 @@ tornado>=6.3.3; python_version >= '3.8' # pyzmq 17.0.0,17.1.0 fail installation when wheel is used pyzmq>=17.1.3; python_version <= '3.5' -pyzmq>=23.0.0; python_version >= '3.6' and python_version <= '3.11' +pyzmq>=23.0.0; python_version >= '3.6' and python_version <= '3.7' +pyzmq>=24.0.0; python_version >= '3.8' and python_version <= '3.11' pyzmq>=25.1.1; python_version >= '3.12' # Aditional dependencies of examples diff --git a/minimum-constraints.txt b/minimum-constraints.txt index a2c2bc72..cb25f185 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -164,7 +164,8 @@ pywin32==303; sys_platform == 'win32' and python_version >= '3.6' and python_ver pywin32==306; sys_platform == 'win32' and python_version >= '3.12' pyzmq==17.1.3; python_version <= '3.5' -pyzmq==23.0.0; python_version >= '3.6' and python_version <= '3.11' +pyzmq==23.0.0; python_version >= '3.6' and python_version <= '3.7' +pyzmq==24.0.0; python_version >= '3.8' and python_version <= '3.11' pyzmq==25.1.1; python_version >= '3.12' # Aditional dependencies of examples