From 6e1f052c57ba880433cc2be8c3a4ef8d7f812fdf Mon Sep 17 00:00:00 2001 From: Vraj Mohan Date: Wed, 11 Apr 2018 13:31:51 -0700 Subject: [PATCH] Remove mention of specific Python version Specifying Python 2.7 gave the wrong impression that this project does not support Python3. Not specifying a version would indicate support for several versions. --- _includes/technology/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/technology/stack.md b/_includes/technology/stack.md index a3fda49..efc9594 100644 --- a/_includes/technology/stack.md +++ b/_includes/technology/stack.md @@ -1,6 +1,6 @@ ### Stack -**regulations-parser** is written in Python 2.7. +**regulations-parser** is written in Python. **regulations-core** is a Django and Haystack application.