Releases: henry0312/pytest-pycodestyle
Releases · henry0312/pytest-pycodestyle
v2.4.1
What's Changed
Full Changelog: v2.4.0...v2.4.1
Added
- Test with Python 3.14-dev (#111)
Changed
- Update checkout to v4 and setup-python to v5 (#110)
Fixed
- Update
pytest_collect_file
hook to remove deprecated path
argument (#112)
v2.4.0
What's Changed
Full Changelog: v2.3.1...v2.4.0
Added
- Test with Python 3.12-dev (#103)
- Test with Python 3.12 and 3.13-dev (#105)
- Support Python 3.13 (#108)
Changed
- Update checkout to v3 and setup-python to v4 (#104)
Removed
- Drop support of Python 3.7 and 3.8 (#107)
v2.3.1
Changed
- Replace
--strict
command-line option with --strict-markers
(#95)
- Test with Python 3.11 (#101)
- Update MANIFEST.in to add tests and Makefile to sdist (#100)
Fixed
v2.3.0
Changed
- Require pytest v7.0 or later (#92)
- Replace fspath argument for Node constructors with pathlib.Path (#93)
Removed
- Drop support of Python 3.6 (#91)
v2.2.1
Added
- Test with Python 3.9 and 3.10-dev (#85)
- Test with Python 3.10 and 3.11-dev (#89)
Changed
- Update setup-python to v3 (#88)
v2.1.3
Added
Changed
- Follow an official plugin example and perform code refactoring (#78)
Removed
v2.1.1
Changed
- Change the repository and package name to 'pytest-pycodestyle' (#70)
- Change package layout (#71)
- Update .gitignore (#72)