File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 33
33
"sphinx-mdinclude >= 0.5.2" ,
34
34
"picobox >= 2.2" ,
35
35
"deepmerge >= 0.1" ,
36
- "importlib-metadata; python_version < '3.8'" ,
37
36
],
38
37
project_urls = {
39
38
"Documentation" : "https://sphinxcontrib-openapi.readthedocs.io/" ,
55
54
"Framework :: Sphinx" ,
56
55
"Framework :: Sphinx :: Extension" ,
57
56
],
58
- python_requires = ">=3.7 " ,
57
+ python_requires = ">=3.9 " ,
59
58
)
Original file line number Diff line number Diff line change 9
9
:license: BSD, see LICENSE for details.
10
10
"""
11
11
12
- try :
13
- from importlib .metadata import distribution , PackageNotFoundError
14
- except ImportError : # python < 3.8
15
- from importlib_metadata import distribution , PackageNotFoundError
12
+ from importlib .metadata import distribution , PackageNotFoundError
16
13
17
14
from sphinxcontrib .openapi import renderers , directive
18
15
You can’t perform that action at this time.
0 commit comments