2022.11.21 🦃
We'd like to thank the following folks who contributed to this release:
New features:
- Include Python 3.11 classifier & testing (#655)
Improvements:
- Fixed a few typos (#661, #660)
- Drop dependency on
py
(#647) nox.session.run
now accepts apathlib.Path
for the command (#649)- Document
nox.session.run
'sstdout
andstderr
arguments and add example of capturing output (#651)
Bugfixes:
- GitHub Action: replace deprecated set-output command (#668)
- GitHub Action: point docs to 2022.8.7 not latest (#664)
- Docs: fix argument passing in
session.posargs
example (#653) - Include GitHub action helper in
MANIFEST.in
(#645)
Internal changes: