Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@renanivo renanivo released this 22 Jul 03:55
· 2 commits to main since this release

Updates

  • Fix DeprecationWarning with hookimpl decorator (#96) by @nejch
  • Drop Python 3.7 support (#108)
  • Drop Python 3.6 support (#87)
  • Run tests in PyPy 3.9 (#87)
  • Refactor plugin internal modules (#93)

Development Updates

  • Bump codecov/codecov-action from 2.1.0 to 3.1.4 (#110)
  • Update pytest-cov requirement from ~=3.0.0 to ~=4.1.0 (#109)
  • Update flake8 requirement from ~=4.0.1 to ~=6.0.0 (#95)
  • Allow CI workflow to be triggered manually (#104)
  • Update isort requirement from ~=5.10.0 to ~=5.12.0 (#100)
  • Bump mypy from 0.982 to 1.4.1
  • Bump black from 22.3.0 to 23.3.0
  • Bump actions/setup-python from 3 to 4 (#78)
  • Run tests in Pytest 7+ (#88)
  • Setup typechecking (#91)
  • Run CI tests in Python 3.11 (#92)
  • Ignore tests on PyPy 3.9 on MacOS (#105)