Skip to content

1.0.0

Compare
Choose a tag to compare
@jantman jantman released this 27 Oct 21:40
· 15 commits to master since this release
1.0.0
dcaa53c

Important: in keeping with the scheduled end-of-life of various Python versions, versionfinder now only officially supports Python 3.5 or greater. A DeprecationWarning will be generated when run with versions before 3.5, and they are no longer tested.

  • Fix #7 where certain new versions of pip throw an AttributeError on import if running in Lambda (or other environments where sys.stdin is None).
  • Stop testing Python 3.3 and drop official support for it.
  • Stop testing Python 2.7 and 3.4.
  • Add DeprecationWarnings for any Python version < 3.5.
  • Multiple pip10 fixes.
  • Test fixes:
    • Always install latest versions of coverage and pytest.
    • Switch docs build to py37
    • Begin testing under py37 and py38