Skip to content

Commit aec3a6c

Browse files
committed
minor fix
1 parent a66968f commit aec3a6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ classifiers = [
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.8",
19-
"Programming Language :: Python :: 3.9",
2017
"Programming Language :: Python :: 3.10",
2118
"Programming Language :: Python :: 3.11",
2219
"Programming Language :: Python :: 3.12",
@@ -28,7 +25,7 @@ classifiers = [
2825
]
2926
keywords = ["webview", "gui", "desktop", "application", "html", "web"]
3027
dependencies = []
31-
requires-python = ">=3.8"
28+
requires-python = ">=3.10"
3229

3330
[project.urls]
3431
Homepage = "https://github.com/congzhangzh/webview_python"

0 commit comments

Comments
 (0)