Skip to content

Commit 790a7ec

Browse files
specify Python version >= 3.10 and < 3.12
1 parent 4df6dad commit 790a7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "draw2img"
77
description = "A simple web UI for interactive text-guided image to image generation, intended for any age and skill level."
88
readme = "README.md"
99
license = {file = "LICENSE"}
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.10,<3.12"
1111
dependencies = [
1212
"accelerate",
1313
"diffusers",

0 commit comments

Comments
 (0)