From: Daniele Varrazzo Date: Sun, 15 May 2022 17:05:39 +0000 (+0200) Subject: chore: upgrade Cython to 3.0a11 to support Python 3.11 X-Git-Tag: 3.1.4~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33c552cde51081f9b6d7539fec97331d68099a2;p=thirdparty%2Fpsycopg.git chore: upgrade Cython to 3.0a11 to support Python 3.11 --- 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