singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
538 stars 128 forks source link

Bump backoff to be compatible with newer python versions #165

Closed leslievandemark closed 7 months ago

leslievandemark commented 7 months ago

Description of change

Bumps backoff from 1.8.0 to 2.2.1. In the new major version backoff drops support for python 3.5, but adds it for 3.10+ . This is a major version bump, since taps running python 3.5 will no longer work.

Updates circle config to be compatible with newer python versions, and pylint updates.

Manual QA steps

Risks

Rollback steps