danielfm / pybreaker

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

Drop Python 3.6 support #72

Closed Kludex closed 2 years ago

Kludex commented 2 years ago

Python 3.6 has reached EOL last year: https://endoflife.date/python

danielfm commented 2 years ago

Thanks!