Advertise supporting Python3.4.

This commit is contained in:
Raphaël Barrois
2015-04-01 01:33:30 +02:00
parent 8b1192090f
commit ae1f6cdd6d
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ It follows strictly the 2.0.0 version of the SemVer scheme.
.. image:: https://secure.travis-ci.org/rbarrois/python-semanticversion.png?branch=master
:target: http://travis-ci.org/rbarrois/python-semanticversion/
semantic_version supports Python 2.6, 2.7, 3.2, 3.3, and is distributed under the two-clause BSD licence.
semantic_version supports Python 2.6, 2.7, 3.2, 3.3, 3.4; and is distributed under the two-clause BSD licence.
Links
-----

View File

@@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules'
],
test_suite='tests',