Skip to content

Commit dcdda0c

Browse files
committed
Remove platform gevent requirements
They make it impossible to resolve dependencies on Python 3.13 because gevent 23.9.0 doesn't have wheels for it. This special case was, as far as I can tell, somehow ignored in our CI. By this I mean that even on windows build it used newer gevent. Because of that, removing those cases shouldn't break anything.
1 parent 35c2436 commit dcdda0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ dev = [
4242
"scales",
4343
"pure-sasl",
4444
"twisted[tls]",
45-
"gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'",
46-
"gevent==23.9.0; platform_machine == 'i686' or platform_machine == 'win32'",
45+
"gevent",
4746
"eventlet>=0.33.3",
4847
"cython",
4948
"packaging",

0 commit comments

Comments
 (0)