@@ -14,12 +14,11 @@ keywords = [
14
14
]
15
15
license = { text = " APACHE 2.0" }
16
16
authors = [ {
name =
" OpenAPI Generator community" ,
email =
" [email protected] " } ]
17
- requires-python = " >=3.9 ,<4"
17
+ requires-python = " >=3.10 ,<4"
18
18
classifiers = [
19
19
" License :: OSI Approved :: Apache Software License" ,
20
20
" Programming Language :: Python" ,
21
21
" Programming Language :: Python :: 3 :: Only" ,
22
- " Programming Language :: Python :: 3.9" ,
23
22
" Programming Language :: Python :: 3.10" ,
24
23
" Programming Language :: Python :: 3.11" ,
25
24
" Programming Language :: Python :: 3.12" ,
@@ -28,9 +27,7 @@ classifiers = [
28
27
" Programming Language :: Python :: Implementation :: PyPy" ,
29
28
" Typing :: Typed" ,
30
29
]
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" ]
34
31
urls.Documentation = " https://github.com/OpenAPITools/openapi-generator#3---usage"
35
32
urls.Homepage = " https://openapi-generator.tech"
36
33
urls.Repository = " https://github.com/OpenAPITools/openapi-generator"
0 commit comments