Skip to content

Commit 6142e41

Browse files
authored
Merge pull request #49 from maxmind/horgh/readme
Update supported versions in README
2 parents bc1937d + acef646 commit 6142e41

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Usage
3737

3838
To use this module, you must first download or create a MaxMind DB file. We
3939
provide `free GeoLite2 databases
40-
<http://dev.maxmind.com/geoip/geoip2/geolite2>`_. These files must be
40+
<https://dev.maxmind.com/geoip/geoip2/geolite2>`_. These files must be
4141
decompressed with ``gunzip``.
4242

4343
After you have obtained a database and imported the module, call
@@ -85,16 +85,17 @@ invalid IP address or an IPv6 address in an IPv4 database.
8585
Requirements
8686
------------
8787

88-
This code requires Python 2.7+ or 3.3+. The C extension requires CPython. The
89-
pure Python implementation has been tested with PyPy.
88+
This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C
89+
extension requires CPython. The pure Python implementation has been tested with
90+
PyPy.
9091

9192
On Python 2, the `ipaddress module <https://pypi.python.org/pypi/ipaddress>`_ is
9293
required.
9394

9495
Versioning
9596
----------
9697

97-
The MaxMind DB Python module uses `Semantic Versioning <http://semver.org/>`_.
98+
The MaxMind DB Python module uses `Semantic Versioning <https://semver.org/>`_.
9899

99100
Support
100101
-------
@@ -103,5 +104,5 @@ Please report all issues with this code using the `GitHub issue tracker
103104
<https://github.com/maxmind/MaxMind-DB-Reader-python/issues>`_
104105

105106
If you are having an issue with a MaxMind service that is not specific to this
106-
API, please contact `MaxMind support <http://www.maxmind.com/en/support>`_ for
107+
API, please contact `MaxMind support <https://www.maxmind.com/en/support>`_ for
107108
assistance.

0 commit comments

Comments
 (0)