Skip to content

Commit

Permalink
Drop support for Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 15, 2016
1 parent f9514d9 commit aa404f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4'],
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'],
'package_dir': {
'selenium': 'py/selenium',
'selenium.common': 'py/selenium/common',
Expand Down

0 comments on commit aa404f6

Please sign in to comment.