Skip to content

Commit bc94ccd

Browse files
authored
Add python_requires='>=3.4' to setup.py (#163)
1 parent 1dd07ab commit bc94ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ def get_version():
6868
'Programming Language :: Python :: Implementation :: PyPy',
6969
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
7070
'Topic :: Software Development :: Libraries :: Python Modules'
71-
]
71+
],
72+
python_requires='>=3.4'
7273
)

0 commit comments

Comments
 (0)