Skip to content

Commit fe15768

Browse files
authored
Merge pull request Pithikos#93 from Lothiraldan/patch-2
Add minimum python version in setup.py
2 parents 5157508 + 032ca90 commit fe15768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ def run(self):
5353
cmdclass={
5454
'verify': VerifyVersionCommand,
5555
},
56+
python_requires=">=3.6",
5657
)

0 commit comments

Comments
 (0)