From b63c9009ef3eafe43b89e9e39049f55663255e02 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 14 Sep 2017 01:10:51 -0400 Subject: [PATCH] Updated Development Roadmap (markdown) --- Development-Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Roadmap.md b/Development-Roadmap.md index 53567b8..e3ce135 100644 --- a/Development-Roadmap.md +++ b/Development-Roadmap.md @@ -9,7 +9,7 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm * Improved unit testing (infrastructure work for easier future development) * Improved Python 3 support, particularly for email parsing of tickets/comments * South database migrations are deprecated -* Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed next release +* Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed in a future release (most likely 0.4, but could be sooner) ## 0.3 * Require Django 1.11.x or 2.x, Python 3.4+ or 2.7 (if remain on 1.11.x)