Commit 842c6531 authored by Christian Ledermann's avatar Christian Ledermann

add python 3.4.

parent 5237cf01
......@@ -2,6 +2,7 @@ language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "2.7"
- "2.6"
......
......@@ -32,6 +32,7 @@ setup(name='fastkml',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Development Status :: 4 - Beta',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment