Skip to content

Commit 6dfa0e0

Browse files
committed
Drop support for Python 3.9
1 parent ae8aa94 commit 6dfa0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
keywords = "mdformat,markdown,formatter,gfm"
2020

21-
requires-python=">=3.9"
21+
requires-python=">=3.10"
2222
requires=[
2323
"mdformat >=0.7.0",
2424
"mdit-py-plugins >=0.3.0",

0 commit comments

Comments
 (0)