revert python version requirement

This commit is contained in:
Lincoln Stein 2023-07-18 16:15:47 -04:00
parent b71bcab691
commit 43fbbfb848
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "3.0.0+b7" __version__ = "3.0.0+b8"

View File

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