From 2604c2e124116951c7b09cc52100b0c97a6e65e2 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 5 Feb 2021 12:41:06 -0800 Subject: [PATCH] Add EOL notice --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 0261229..ac0974b 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,20 @@ MaxMind GeoIP Legacy Python Extension API ========================================= +End of Life +----------- + +MaxMind will be retiring the GeoIP Legacy databases at the end of May +2022. Until then, this library will only receive critical security and bug +fixes. Support for this library will end completely with the last release of +the legacy GeoIP databases. + +We recommend that you upgrade to our GeoIP2 databases. You can read these +from Python using `our GeoIP2 Python API `_. + +See `our blog post `_ +for more information. + Requirements ------------