Skip to content

Commit 1ca0954

Browse files
committed
Update greenlet version
1 parent ba63175 commit 1ca0954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ deps =
99
pytest_twisted==1.14
1010
psutil==5.9.7
1111
playwright==1.57 # version must match the one installed with npm below
12-
greenlet==3.1.1
12+
greenlet==3.3.0; python_version >= "3.14"
13+
greenlet==3.1.1; python_version < "3.14"
1314
allowlist_externals =
1415
npm
1516
npx

0 commit comments

Comments
 (0)