diff --git a/windows-capture-python/Cargo.toml b/windows-capture-python/Cargo.toml index 4e6de13..867bb7a 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -25,7 +25,7 @@ pyo3 = { version = "0.21.2", features = [ "extension-module", "auto-initialize", "abi3", - "abi3-py310", + "abi3-py39", ] } thiserror = "1.0.60" windows-capture = { path = ".." } diff --git a/windows-capture-python/pyproject.toml b/windows-capture-python/pyproject.toml index b5247ac..fc5e643 100644 --- a/windows-capture-python/pyproject.toml +++ b/windows-capture-python/pyproject.toml @@ -7,7 +7,7 @@ name = "windows-capture" version = "1.1.9" description = "Fastest Windows Screen Capture Library For Python 🔥" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" license = "MIT" authors = [{ name = "NiiightmareXD" }] keywords = ["screen", "capture", "screenshot", "graphics", "windows"]