Skip to content

Commit 0762408

Browse files
committed
Drop Python 3.4
1 parent 9dd7017 commit 0762408

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
@@ -37,6 +37,7 @@
3737
keywords = 'robotframework testing testautomation selenium webdriver web',
3838
platforms = 'any',
3939
classifiers = CLASSIFIERS,
40+
python_requires = '>=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
4041
install_requires = REQUIREMENTS,
4142
package_dir = {'': 'src'},
4243
packages = find_packages('src')

0 commit comments

Comments
 (0)