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 c266e89 commit 7069533Copy full SHA for 7069533
pyproject.toml
@@ -14,12 +14,11 @@ keywords = [
14
]
15
license = { text = "APACHE 2.0" }
16
authors = [ { name = "OpenAPI Generator community", email = "[email protected]" } ]
17
-requires-python = ">=3.9,<4"
+requires-python = ">=3.10,<4"
18
classifiers = [
19
"License :: OSI Approved :: Apache Software License",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3 :: Only",
22
- "Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
0 commit comments