Skip to content

Commit 98b53bc

Browse files
committed
dev dependencies: Remove Python version requirements
Those were removed some time ago in test-requirements.txt, but not here.
1 parent 3b0ecb5 commit 98b53bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ dev = [
4242
"scales",
4343
"pure-sasl",
4444
"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'",
45+
"gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'",
46+
"gevent==23.9.0; platform_machine == 'i686' or platform_machine == 'win32'",
47+
"eventlet>=0.33.3",
4848
"cython",
4949
"packaging",
5050
"futurist",

0 commit comments

Comments
 (0)