]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: upgrade Cython to 3.0a11 to support Python 3.11
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 May 2022 17:05:39 +0000 (19:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 25 Oct 2022 12:30:53 +0000 (14:30 +0200)
psycopg_c/pyproject.toml
psycopg_c/setup.cfg

index 515aa66c48ef58a1081d4d4674a1ff0b50c81f6e..f0d7a3fe48c840ae1090549070e4def06ecf62f2 100644 (file)
@@ -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"
index 7b5ce4d36fb7f5dc81faf2833a99e62db307d03b..b1ba1b5f5fc924a7682647cdcabcf9cf11375ff3 100644 (file)
@@ -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