Skip to content

Commit aa404f6

Browse files
Drop support for Python 3.2
1 parent f9514d9 commit aa404f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'Programming Language :: Python',
4848
'Programming Language :: Python :: 2.6',
4949
'Programming Language :: Python :: 2.7',
50-
'Programming Language :: Python :: 3.2',
5150
'Programming Language :: Python :: 3.3',
52-
'Programming Language :: Python :: 3.4'],
51+
'Programming Language :: Python :: 3.4',
52+
'Programming Language :: Python :: 3.5'],
5353
'package_dir': {
5454
'selenium': 'py/selenium',
5555
'selenium.common': 'py/selenium/common',

0 commit comments

Comments
 (0)