Skip to content

Commit 5b80cbe

Browse files
committed
Drop Python < 3.9 support
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent d944039 commit 5b80cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 88
3-
target-version = ['py38']
3+
target-version = ['py39']
44
skip-string-normalization = true
55
exclude = '''
66
(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers =
2424
Topic :: Documentation
2525
Topic :: Documentation :: Sphinx
2626
Topic :: Utilities
27-
python_requires = >=3.8
27+
python_requires = >=3.9
2828
keywords = sphinx
2929

3030
[files]

0 commit comments

Comments
 (0)