The following was changed during this release:
General:
1. Tested extension using Python 3.12.
2. Extension now supports Python 3.11 and 3.12.
Dev Container:
1. devcontainer.json: Changed name, vscode extensions, and `postCreateCommand`. `postCreateCommand` doesn't use shell script anymore.
3. Dockerfile: Updated docker version to be 3.12 and removed unused commands.
4. Removed `postCreateCommand.sh` file, since no longer needed.
pyproject.toml file:
1. Changed version number to match this release.
5. Added Python 3.11 and 3.12 to classifiers.
6. Updated Python version to be >= 3.8.
7. Updated Quart version to match latest release.
8. Added tool.black
9. Added tool.isort
10. Added tool.mypy