v0.3.1: Updates for Python 3.12
✨ New features and improvements
This release introduces support for Python 3.12, with the exception of remote storage support, which currently still requires Python 3.11 or earlier. As soon as cloudpathlib supports Python 3.12, remote storage support will also be available in Weasel.
- Remove
cataloguerequirement (#57). - Update docs for
cloudpathliband Python 3.12 (#60). - Update warning and tests for Python 3.12 (#61).
🔴 Bug fixes
- Fix warning message code for
make_tempdirpermission error (#59).