We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944039 commit 5b80cbeCopy full SHA for 5b80cbe
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
2
line-length = 88
3
-target-version = ['py38']
+target-version = ['py39']
4
skip-string-normalization = true
5
exclude = '''
6
(
setup.cfg
@@ -24,7 +24,7 @@ classifiers =
24
Topic :: Documentation
25
Topic :: Documentation :: Sphinx
26
Topic :: Utilities
27
-python_requires = >=3.8
+python_requires = >=3.9
28
keywords = sphinx
29
30
[files]
0 commit comments