File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/Sphinx/"
13
13
urls.Homepage = " https://www.sphinx-doc.org/"
14
14
urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx/issues"
15
15
license.text = " BSD"
16
- requires-python = " >=3.6 "
16
+ requires-python = " >=3.7 "
17
17
18
18
# Classifiers list: https://pypi.org/classifiers/
19
19
classifiers = [
@@ -30,7 +30,6 @@ classifiers = [
30
30
" Programming Language :: Python" ,
31
31
" Programming Language :: Python :: 3" ,
32
32
" Programming Language :: Python :: 3 :: Only" ,
33
- " Programming Language :: Python :: 3.6" ,
34
33
" Programming Language :: Python :: 3.7" ,
35
34
" Programming Language :: Python :: 3.8" ,
36
35
" Programming Language :: Python :: 3.9" ,
@@ -144,7 +143,7 @@ disallow_incomplete_defs = true
144
143
follow_imports = " skip"
145
144
ignore_missing_imports = true
146
145
no_implicit_optional = true
147
- python_version = " 3.6 "
146
+ python_version = " 3.7 "
148
147
show_column_numbers = true
149
148
show_error_codes = true
150
149
show_error_context = true
You can’t perform that action at this time.
0 commit comments