Skip to content

Commit 7ad0fcf

Browse files
committedSep 23, 2022
Drop Python 3.6 support (pyproject.toml)
1 parent 56aa341 commit 7ad0fcf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/Sphinx/"
1313
urls.Homepage = "https://www.sphinx-doc.org/"
1414
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
1515
license.text = "BSD"
16-
requires-python = ">=3.6"
16+
requires-python = ">=3.7"
1717

1818
# Classifiers list: https://pypi.org/classifiers/
1919
classifiers = [
@@ -30,7 +30,6 @@ classifiers = [
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3",
3232
"Programming Language :: Python :: 3 :: Only",
33-
"Programming Language :: Python :: 3.6",
3433
"Programming Language :: Python :: 3.7",
3534
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
@@ -144,7 +143,7 @@ disallow_incomplete_defs = true
144143
follow_imports = "skip"
145144
ignore_missing_imports = true
146145
no_implicit_optional = true
147-
python_version = "3.6"
146+
python_version = "3.7"
148147
show_column_numbers = true
149148
show_error_codes = true
150149
show_error_context = true

0 commit comments

Comments
 (0)
Please sign in to comment.