Skip to content

Commit aab7f7a

Browse files
committed
feat: update deps
1 parent 59280c0 commit aab7f7a

File tree

2 files changed

+123
-129
lines changed

2 files changed

+123
-129
lines changed

pyproject.toml

Lines changed: 2 additions & 5 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",
@@ -28,9 +27,7 @@ classifiers = [
2827
"Programming Language :: Python :: Implementation :: PyPy",
2928
"Typing :: Typed",
3029
]
31-
dependencies = [ ]
32-
33-
optional-dependencies.jdk4py = [ "jdk4py>=21.0.4.1,<22; python_version>='3.10'" ]
30+
dependencies = [ "jdk4py>=21.0.4.1,<22" ]
3431
urls.Documentation = "https://github.com/OpenAPITools/openapi-generator#3---usage"
3532
urls.Homepage = "https://openapi-generator.tech"
3633
urls.Repository = "https://github.com/OpenAPITools/openapi-generator"

0 commit comments

Comments
 (0)