We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc98c1 commit d552a46Copy full SHA for d552a46
1 file changed
pyproject.toml
@@ -7,11 +7,16 @@ authors = [
7
description = "Python wrapper for Windows Magnification API"
8
readme = "README.md"
9
license = { file="LICENSE.md" }
10
-requires-python = ">=3.10"
+requires-python = ">=3.8"
11
classifiers = [
12
"Programming Language :: Python :: 3",
13
"License :: OSI Approved :: MIT License",
14
- "Operating System :: Windows",
+ "Development Status :: 4 - Beta",
15
+ "Intended Audience :: Developers",
16
+ "Natural Language :: English",
17
+ "Programming Language :: Python :: Implementation :: CPython",
18
+ "Topic :: Software Development :: Libraries :: Python Modules",
19
+ "Operating System :: Microsoft :: Windows :: Windows 10",
20
]
21
22
[project.urls]
0 commit comments