Skip to content

Commit 3110125

Browse files
committed
Test using greenlet 3.0.0a1
1 parent 0e50017 commit 3110125

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@
6262
'Topic :: Software Development :: Libraries :: Python Modules',
6363
]
6464

65-
test_deps = ['gevent>=20.6.2']
65+
test_deps = [
66+
'gevent>=20.6.2',
67+
# needed to test Python 3.12 support
68+
'greenlet>=3.0.0a1',
69+
]
6670

6771
setup(
6872
name=NAME,

0 commit comments

Comments
 (0)