Skip to content

Commit

Permalink
Revert: Required Python version (3.12 -> 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 31, 2024
1 parent 67a0e73 commit 6a1447c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Note: The similar project for Blender Game Engine (BGE) is available on

## Requirements

fake-bpy-module requires Python 3.12.
fake-bpy-module uses typing module and type hints which are available from
Python 3.8. Check your Python version is >= 3.8.

## Install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools"]
[project]
name = "fake-bpy-module"
description = "Collection of the fake Blender Python API module for the code completion."
requires-python = ">=3.12"
requires-python = ">=3.8"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand Down

0 comments on commit 6a1447c

Please sign in to comment.