Skip to content

Commit

Permalink
Bug Fix 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiightmareXD committed May 7, 2024
1 parent 8e2b3c1 commit 75ae060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows-capture-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
2 changes: 1 addition & 1 deletion windows-capture-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 75ae060

Please sign in to comment.