We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ecb5 commit 98b53bcCopy full SHA for 98b53bc
pyproject.toml
@@ -42,9 +42,9 @@ dev = [
42
"scales",
43
"pure-sasl",
44
"twisted[tls]",
45
- "gevent>=1.0; python_version < '3.13' and platform_machine != 'i686' and platform_machine != 'win32'",
46
- "gevent==23.9.0; python_version < '3.13' and (platform_machine == 'i686' or platform_machine == 'win32')",
47
- "eventlet>=0.33.3; python_version < '3.13'",
+ "gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'",
+ "gevent==23.9.0; platform_machine == 'i686' or platform_machine == 'win32'",
+ "eventlet>=0.33.3",
48
"cython",
49
"packaging",
50
"futurist",
0 commit comments