Commit c1259b45 by William Tisäter

Document Python 3.4 as supported

Resolves appliedsec/pygeoip#64
parent 8cae8489
......@@ -2,7 +2,7 @@
This library is based on [Maxmind's GeoIP C API](https://github.com/maxmind/geoip-api-c).
Tested with Python version 2.6, 2.7, 3.2 and 3.3.
Tested with Python version 2.6, 2.7, 3.2, 3.3 and 3.4.
[![Build Status](https://api.travis-ci.org/appliedsec/pygeoip.png?branch=master)](https://travis-ci.org/appliedsec/pygeoip) [![Coverage Status](https://coveralls.io/repos/appliedsec/pygeoip/badge.png)](https://coveralls.io/r/appliedsec/pygeoip) [![Downloads](https://pypip.in/d/pygeoip/badge.png)](https://crate.io/packages/pygeoip)
......
......@@ -3,7 +3,7 @@ Pure Python GeoIP API
This library is based on `Maxmind's GeoIP C API <https://github.com/maxmind/geoip-api-c>`__.
Tested with Python version 2.6, 2.7, 3.2 and 3.3.
Tested with Python version 2.6, 2.7, 3.2, 3.3 and 3.4.
Installation
------------
......
......@@ -37,7 +37,8 @@ setup(name='pygeoip',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3'],
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4'],
packages=['pygeoip'],
license='LGPLv3+',
keywords='geoip')
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