Skip to content

Commit b7418a6

Browse files
committed
fix cffi handling
1 parent fe14126 commit b7418a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
doctest = ["sphinx"]
5353
pip = ["pip"]
5454
# Install cffi with free-threading and Python 3.14 support
55-
gevent = ["gevent", "cffi>=2.0.0b1"]
55+
gevent = ["gevent", "cffi>=2.0.0b1;python_version==3.14"]
5656
eventlet = ["eventlet"]
5757
coverage = [
5858
"pytest-cov",
@@ -62,7 +62,7 @@ mockupdb = [
6262
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"
6363
]
6464
pymongocrypt_source = [
65-
"pymongocrypt@git+https://github.com/mongodb/libmongocrypt@master#subdirectory=bindings/python"
65+
"pymongocrypt@git+https://github.com/blink1073/libmongocrypt@test-python314#subdirectory=bindings/python"
6666
]
6767
perf = ["simplejson"]
6868
typing = [

0 commit comments

Comments
 (0)