Skip to content

Commit f4a2fab

Browse files
committed
feat: drop python 3.9 and update deps
1 parent b7a0e36 commit f4a2fab

2 files changed

Lines changed: 3 additions & 35 deletions

File tree

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 = "team@openapitools.org" } ]
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",

uv.lock

Lines changed: 2 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)