From 2986a2696ffd3d4683a27dfc0a2b83a49633e152 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 30 Jul 2025 10:43:25 +0200 Subject: [PATCH] Python Module: Add note about archived versions Related to infrastructure/meta#146 Pull Request: https://projects.blender.org/blender/blender/pulls/143470 --- build_files/utils/make_bpy_wheel.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build_files/utils/make_bpy_wheel.py b/build_files/utils/make_bpy_wheel.py index 39f6bb90d19..fc5add9aa6b 100755 --- a/build_files/utils/make_bpy_wheel.py +++ b/build_files/utils/make_bpy_wheel.py @@ -56,6 +56,16 @@ long_description = """# Blender This package provides Blender as a Python module for use in studio pipelines, web services, scientific research, and more. +### Archived Versions + +Blender versions outside the current LTS window are removed from PyPI but are available at [https://download.blender.org/pypi/bpy/](https://download.blender.org/pypi/bpy/). + +These versions can still be installed manually. For example, to install version 3.6.0: + +```bash +pip install bpy==3.6.0 --extra-index-url https://download.blender.org/pypi/ +``` + ## Documentation * [Blender Python API](https://docs.blender.org/api/current/)