danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
512 stars 74 forks source link

Add Python 3.7 support #38

Closed jshiell closed 5 years ago

jshiell commented 5 years ago

This adds a Travis build for Python 3.7, and fixes a test assertions where the behaviour was broken due to the PEP 479 changes to StopIteration (this doesn't appear to affect the behaviour, just the test).

This depends on #37.

danielfm commented 5 years ago

Thanks for taking the time to work on this. 💯

jshiell commented 5 years ago

Thanks for taking the time to work on this. 💯

I could say the same to you! Thanks for all your hard work, a few PRs is the least I can do 😄