Closed konklone closed 6 years ago
You'll need to change the CircleCI configuration too, right? I can't think of anything else that may depend on the python versions supported.
@jsf9k Good catch - I'd actually done a search for 3.5
in the repo, but it didn't turn that up. I updated the PR with that change. I also can't think of another place where it would be present.
Newer versions of
domain-scan
now rely on Python 3.6+, due to the use ofPath.resolve()
that was added in some recent-ish PRs. Since upgrading from 3.5->3.6 should be pretty painless these days, it seems easier to just bump the documented minimum requirement to match.Fixes #261.