]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: upgrade Cython to stable 3.0.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 24 May 2023 23:08:26 +0000 (01:08 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 02:47:43 +0000 (03:47 +0100)
psycopg_c/pyproject.toml
tests/constraints.txt

index 48958cef1af2d586033cf84c6f47a0f6bb3e39ce..831e030df119759ea8e2a3612b625e6b1cdcc9e9 100644 (file)
@@ -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"]
index 5ab24ed3cbe162bb4228f3e2545511d95e1f23cd..a3f4c190769b5d077cf6671f038cd5f694089e4b 100644 (file)
@@ -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