Skip to content

Commit

Permalink
Explicitly mention dependcy on Python 3.6
Browse files Browse the repository at this point in the history
Due to the use of f strings in __init__.py this module does not run with earlier version of python
  • Loading branch information
Huji authored Jul 31, 2019
1 parent a6158b0 commit 7dd6d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Store CIDR IP addresses (both v4 and v6) in a trie for easy lookup.
Read the documentation `here
<https://cidr-trie.readthedocs.io/en/latest/>`_.

Requirements
------------
cidr-trie requires Python 3.6 or above.

Installation
------------

Expand Down

0 comments on commit 7dd6d5c

Please sign in to comment.