We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba63175 commit 1ca0954Copy full SHA for 1ca0954
tox.ini
@@ -9,7 +9,8 @@ deps =
9
pytest_twisted==1.14
10
psutil==5.9.7
11
playwright==1.57 # version must match the one installed with npm below
12
- greenlet==3.1.1
+ greenlet==3.3.0; python_version >= "3.14"
13
+ greenlet==3.1.1; python_version < "3.14"
14
allowlist_externals =
15
npm
16
npx
0 commit comments