Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 25 May 12:12
· 47 commits to master since this release
v2.0.0
52a77d7

Version 2.0.0!

This is a major release since it drops comparability with some older versions of python.
Huge thanks to @graingert for bringing pytest-httpbin into the modern world!

  • Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
  • Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
  • Avoid deprecation warnings and resource warnings (#71)
  • Add support for Python 3.11 and 3.12, drop dependency on six (#76)