From 6475ee6bf2733961b9bde027befb3760570e5bef Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 25 May 2023 01:08:26 +0200 Subject: [PATCH] chore: upgrade Cython to stable 3.0.0 --- psycopg_c/pyproject.toml | 2 +- tests/constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2