@@ -14,12 +14,11 @@ keywords = [
1414]
1515license = { text = " APACHE 2.0" }
1616authors = [ { name = " OpenAPI Generator community" , email = " team@openapitools.org" } ]
17- requires-python = " >=3.9 ,<4"
17+ requires-python = " >=3.10 ,<4"
1818classifiers = [
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" ]
3431urls.Documentation = " https://github.com/OpenAPITools/openapi-generator#3---usage"
3532urls.Homepage = " https://openapi-generator.tech"
3633urls.Repository = " https://github.com/OpenAPITools/openapi-generator"
0 commit comments