update requirements to python 3.10-11

This commit is contained in:
Lincoln Stein
2023-09-28 09:28:41 -04:00
committed by psychedelicious
parent c69715636d
commit 9542883bb5
8 changed files with 19 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "InvokeAI"
description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process"
requires-python = ">=3.9, <3.12"
requires-python = ">=3.10, <3.12"
readme = { content-type = "text/markdown", file = "README.md" }
keywords = ["stable-diffusion", "AI"]
dynamic = ["version"]