danielfm / pybreaker

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

Old versions of Python #49

Open ntravis opened 4 years ago

ntravis commented 4 years ago

If you want to maintain support for older versions of Python, you could change the download source for those versions to python.org directly instead of the seemingly now missing files from the TravisCI. Is that something you care about, or do you want to drop support for these older versions that are no longer supported overall?

Example: Python 3.2.6 - https://www.python.org/downloads/release/python-326/

Happy to PR either way @danielfm