๐ Bug Fixes
- Raise exception if an annex remote process without console tries to interact with the user, e.g. prompt for a password. [PR 7578](https://github.com/datalad/datalad/pull/7578) (by [christian-monch](https://github.com/christian-monch))
- Fix add-archive-content for patool>=2.0. [PR 7603](https://github.com/datalad/datalad/pull/7603) (by [dguibert](https://github.com/dguibert))
๐ Internal
- Fixup minor typos in documentation/comments using fresh codespell. [PR 7610](https://github.com/datalad/datalad/pull/7610) (by [yarikoptic](https://github.com/yarikoptic))
๐งช Tests
- Stop testing on Python 3.7. Switch MacOS tests to 3.11, include 3.11
in Appveyor, and use 3.8 for other tests.
Fixes [7584](https://github.com/datalad/datalad/issues/7584)
via [PR 7585](https://github.com/datalad/datalad/pull/7585)
(by [mslw](https://github.com/mslw))
- Convert `.travis.yml` to GitHub Actions workflow. Fixes [7574](https://github.com/datalad/datalad/issues/7574) via [PR #7600](https://github.com/datalad/datalad/pull/7600) (by [jwodder](https://github.com/jwodder))
- Cancel lengthy running workflows if a new commit is pushed. [PR 7601](https://github.com/datalad/datalad/pull/7601) (by [jwodder](https://github.com/jwodder))
<a id='changelog-1.0.2'></a>