Missed one

This commit is contained in:
Hynek Schlawack 2025-09-09 10:38:48 +02:00
parent 4b8c12f1f2
commit a9820040b7
No known key found for this signature in database

View File

@ -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]