From a9820040b7d0bcb2dcaad915957339db54c2d1f9 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 9 Sep 2025 10:38:48 +0200 Subject: [PATCH] Missed one --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0bf6dc..a098787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ ] dependencies = [ "cffi>=1.0.1; python_version < '3.14'", - "cffi>=2.0.0b1; python_version >= '3.14'", + "cffi>=2; python_version >= '3.14'", ] [dependency-groups]