Skip to content

Commit 7069533

Browse files
committed
feat: drop python 3.9 and update deps
1 parent c266e89 commit 7069533

File tree

2 files changed

+120
-121
lines changed

2 files changed

+120
-121
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ keywords = [
1414
]
1515
license = { text = "APACHE 2.0" }
1616
authors = [ { name = "OpenAPI Generator community", email = "[email protected]" } ]
17-
requires-python = ">=3.9,<4"
17+
requires-python = ">=3.10,<4"
1818
classifiers = [
1919
"License :: OSI Approved :: Apache Software License",
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3 :: Only",
22-
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)