- Drop support for Python 3.7
- Add support for Python 3.10 and 3.11
- Add support for pytest 8
- Drop official support for Python 3.6.
- Drop usage of "py" dependency and use pytest capture instead
- Drop support for isort < 5
- Add suport for pytest 7
- BREAKING CHANGE: Files that are ignored in isort's own configuration will now be skipped
- Fix issue with pytest >= 6.1
- Add support for pytest >= 6
- Add support for isort >= 5
- BREAKING CHANGE: Drop support for Python 3.4
- Add support for pytest >= 5.x - fixes "from_parent" warning
- Add support for Python 3.7 and Python 3.8
- Update packaging, source distribution now includes tests and wheel is universal
- Improve display of test result by appending ::ISORT
- This release requires pytest 3.5
- Drop "pytest-cache" dependency, not required anymore - part of py.test itself
- Register marker to work with pytest's strict mode
- Add "official" support for Python 3.5 and 3.6
- Initial release.