(chore) Update requirements to python 3.11-12 by lstein · Pull Request #8657 · invoke-ai/InvokeAI
Summary
Recent updates use features available in 3.11 and later. This PR updates pyproject.toml and the documentation to indicate that Python 3.11-3.12 is needed to run.
Related Issues / Discussions
None
QA Instructions
Confirm that pip install . works correctly with virtual environments built under python 3.11 and .12, and errors out on python 3.10 and lower.
Merge Plan
Merge when approved.
Checklist
- The PR has a short but descriptive title, suitable for a changelog
- Tests added / updated (if applicable)
- ❗Changes to a redux slice have a corresponding migration
- Documentation added / updated (if applicable)
- Updated
What's Newcopy (if doing a release after this PR)