From: Daniele Varrazzo Date: Sun, 23 Jun 2024 20:51:13 +0000 (+0200) Subject: test: use numpy 1.18 for real in minimal versions tests X-Git-Tag: 3.2.0~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=44bafbd50e5694b787827974a4aa864e018bda88;p=thirdparty%2Fpsycopg.git test: use numpy 1.18 for real in minimal versions tests --- diff --git a/tests/constraints.txt b/tests/constraints.txt index b90d9742a..22fe8337d 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -38,6 +38,6 @@ tomli == 2.0.1 # Undeclared extras to "unblock" extra features shapely == 1.7.0 -# Warning: binary package only available up to python < 3.9. +# Warning: binary package only available up to python <= 3.8. # Bump to a higher version when min supported python version increases past it. -numpy == 1.20.0 +numpy == 1.18.0