We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7ac99 commit 2e76d1eCopy full SHA for 2e76d1e
pyproject.toml
@@ -22,10 +22,13 @@ dependencies = [
22
]
23
dynamic = ["version"]
24
25
-requires-python = ">=3.11"
+requires-python = ">=3.8"
26
27
classifiers = [
28
"Programming Language :: Python :: 3 :: Only",
29
+ "Programming Language :: Python :: 3.8",
30
+ "Programming Language :: Python :: 3.9",
31
+ "Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
"Programming Language :: Python :: 3.13",
0 commit comments