Skip to content

Commit

Permalink
Merge pull request #180 from pipermerriam/piper/update-trio
Browse files Browse the repository at this point in the history
Update trio dependencies
  • Loading branch information
pipermerriam committed Sep 4, 2020
2 parents e4f150f + 9939e9b commit 58639fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pytest-asyncio>=0.10.0,<0.11",
],
'test-trio': [
"pytest-trio==0.5.2",
"pytest-trio==0.6.0",
],
'lint': [
"black==19.3b",
Expand Down Expand Up @@ -67,8 +67,8 @@
include_package_data=True,
install_requires=[
"async-generator>=1.10,<2",
"trio>=0.13,<0.14",
"trio_typing>=0.3.0,<0.4.0",
"trio>=0.16,<0.17",
"trio_typing>=0.5.0,<0.6.0",
],
python_requires='>=3.6, <4',
extras_require=extras_require,
Expand Down

0 comments on commit 58639fe

Please sign in to comment.