Skip to content

Commit e7f46c2

Browse files
committed
Python: Set minimum Python version to 3.9
1 parent dabc405 commit e7f46c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"sphinxcontrib-mermaid<2",
7676
"sphinxcontrib-plantuml>=0.21,<1",
7777
],
78-
python_requires=">=3.7",
78+
python_requires=">=3.9",
7979
)

0 commit comments

Comments
 (0)