We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e7d0b commit 814cdd1Copy full SHA for 814cdd1
pyproject.toml
@@ -15,9 +15,10 @@ license = { text = "Apache-2.0" }
15
maintainers = [
16
{ name = "Benjamin Adams", email = "[email protected]" },
17
]
18
-requires-python = ">=3.9"
+requires-python = ">=3.8"
19
classifiers = [
20
"Programming Language :: Python :: 3 :: Only",
21
+ "Programming Language :: Python :: 3.8",
22
"Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
0 commit comments