Skip to content

Commit 36e400d

Browse files
authored
(chore) Update requirements to python 3.11-12 (#8657)
* (chore) update requirements to python 3.11-12 * update uv.lock
1 parent 0113931 commit 36e400d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/installation/patchmatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Prior to installing PyPatchMatch, you need to take the following steps:
7070
`from patchmatch import patch_match`: It should look like the following:
7171

7272
```py
73-
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
73+
Python 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] on linux
7474
Type "help", "copyright", "credits" or "license" for more information.
7575
>>> from patchmatch import patch_match
7676
Compiling and loading c extensions from "/home/lstein/Projects/InvokeAI/.invokeai-env/src/pypatchmatch/patchmatch".

docs/installation/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The requirements below are rough guidelines for best performance. GPUs with less
4141

4242
You don't need to do this if you are installing with the [Invoke Launcher](./quick_start.md).
4343

44-
Invoke requires python 3.10 through 3.12. If you don't already have one of these versions installed, we suggest installing 3.12, as it will be supported for longer.
44+
Invoke requires python 3.11 through 3.12. If you don't already have one of these versions installed, we suggest installing 3.12, as it will be supported for longer.
4545

4646
Check that your system has an up-to-date Python installed by running `python3 --version` in the terminal (Linux, macOS) or cmd/powershell (Windows).
4747

@@ -56,7 +56,7 @@ Check that your system has an up-to-date Python installed by running `python3 --
5656
=== "macOS"
5757

5858
- Install python with [an official installer].
59-
- If model installs fail with a certificate error, you may need to run this command (changing the python version to match what you have installed): `/Applications/Python\ 3.10/Install\ Certificates.command`
59+
- If model installs fail with a certificate error, you may need to run this command (changing the python version to match what you have installed): `/Applications/Python\ 3.11/Install\ Certificates.command`
6060
- If you haven't already, you will need to install the XCode CLI Tools by running `xcode-select --install` in a terminal.
6161

6262
=== "Linux"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "InvokeAI"
77
description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process"
8-
requires-python = ">=3.10, <3.13"
8+
requires-python = ">=3.11, <3.13"
99
readme = { content-type = "text/markdown", file = "README.md" }
1010
keywords = ["stable-diffusion", "AI"]
1111
dynamic = ["version"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)