Skip to content

Commit

Permalink
Require stable exceptiongroup backport
Browse files Browse the repository at this point in the history
The last release candidate had a subtle but pernicious bug on Python 3.10!
  • Loading branch information
Zac-HD committed Oct 28, 2022
1 parent fa6da16 commit f80df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def local_file(name):
extras_require=extras,
install_requires=[
"attrs>=19.2.0",
"exceptiongroup>=1.0.0rc8 ; python_version<'3.11'",
"exceptiongroup>=1.0.0 ; python_version<'3.11'",
"sortedcontainers>=2.1.0,<3.0.0",
],
python_requires=">=3.7",
Expand Down

0 comments on commit f80df10

Please sign in to comment.