From d33c552cde51081f9b6d7539fec97331d68099a2 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 15 May 2022 19:05:39 +0200 Subject: [PATCH] chore: upgrade Cython to 3.0a11 to support Python 3.11 --- psycopg_c/pyproject.toml | 2 +- psycopg_c/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 515aa66c4..f0d7a3fe4 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=49.2.0", "wheel>=0.37", "Cython>=3.0a5"] +requires = ["setuptools>=49.2.0", "wheel>=0.37", "Cython>=3.0.0a11"] build-backend = "setuptools.build_meta" diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index 7b5ce4d36..b1ba1b5f5 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -35,7 +35,7 @@ license_files = LICENSE.txt [options] python_requires = >= 3.7 -setup_requires = Cython >= 3.0a5 +setup_requires = Cython >= 3.0.0a11 packages = find: zip_safe = False -- 2.47.2