From: Daniele Varrazzo Date: Wed, 24 May 2023 23:08:26 +0000 (+0200) Subject: chore: upgrade Cython to stable 3.0.0 X-Git-Tag: 3.1.10~6^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6475ee6bf2733961b9bde027befb3760570e5bef;p=thirdparty%2Fpsycopg.git chore: upgrade Cython to stable 3.0.0 --- diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 48958cef1..831e030df 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -10,4 +10,4 @@ backend-path = ["build_backend"] [cython-backend] # These packages are only installed if there are pyx files to compile. -cython-requires = ["Cython >= 3.0.0a11"] +cython-requires = ["Cython >= 3.0.0"] diff --git a/tests/constraints.txt b/tests/constraints.txt index 5ab24ed3c..a3f4c1907 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -32,7 +32,7 @@ sphinx-autodoc-typehints == 1.12.0 # Build tools setuptools == 49.2.0 wheel == 0.37 -Cython == 3.0.0a11 +Cython == 3.0.0 tomli == 2.0.1 # Undeclared extras to "unblock" extra features