Skip to content

Commit

Permalink
Test using greenlet 3.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jul 3, 2023
1 parent 0e50017 commit 3110125
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@
'Topic :: Software Development :: Libraries :: Python Modules',
]

test_deps = ['gevent>=20.6.2']
test_deps = [
'gevent>=20.6.2',
# needed to test Python 3.12 support
'greenlet>=3.0.0a1',
]

setup(
name=NAME,
Expand Down

0 comments on commit 3110125

Please sign in to comment.