From 7dd6d5c59667bafd888349fb22285055a0891e4a Mon Sep 17 00:00:00 2001 From: Huji Lee Date: Tue, 30 Jul 2019 21:47:54 -0400 Subject: [PATCH] Explicitly mention dependcy on Python 3.6 Due to the use of f strings in __init__.py this module does not run with earlier version of python --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 20537c2..90c65c5 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ Store CIDR IP addresses (both v4 and v6) in a trie for easy lookup. Read the documentation `here `_. +Requirements +------------ +cidr-trie requires Python 3.6 or above. + Installation ------------