Skip to content

Commit bd01f52

Browse files
committed
setup.py: Specify compatible Python versions
Signed-off-by: Otavio Salvador <[email protected]>
1 parent c231ac9 commit bd01f52

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
@@ -15,6 +15,7 @@
1515
author='O.S. Systems Software LTDA',
1616
author_email='[email protected]',
1717
url='http://www.ossystems.com.br',
18+
python_requires='>=3.5, <4',
1819
license='MIT',
1920
classifiers=[
2021
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)