From 75ae06045b744788835adf0beb2c36694b7a19e6 Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Wed, 8 May 2024 02:16:11 +0330 Subject: [PATCH] =?UTF-8?q?Bug=20Fix=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows-capture-python/Cargo.toml | 2 +- windows-capture-python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]