Skip to content

Commit

Permalink
Merge pull request #391 from basho/bugfix/bch/version-update
Browse files Browse the repository at this point in the history
Add explicitly the supported versions for PyPI: 2.6, 2.7, 2.8 and 2.9

Reviewed-by: seancribbs
  • Loading branch information
borshop committed Dec 19, 2014
2 parents e559f7f + 85978f4 commit c9a4771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@
classifiers=['License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Database']
)

0 comments on commit c9a4771

Please sign in to comment.