[meld] Make our Python 3.6 requirement more official (#288)



commit 6267876c6e0b3c83e93030565c93367c9641fb80
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Feb 23 07:28:36 2019 +1000

    Make our Python 3.6 requirement more official (#288)
    
    Given expected release timeframes, etc. this isn't that crazy, and it
    would be nice to be able to continue using both f-strings and new-style
    type annotation syntax.

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
index 6176bb46..13632c2c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Meld is licensed under the GPL v2 or later.
 Requirements
 ------------
 
-* Python 3.4
+* Python 3.6
 * pycairo (Python3 bindings for cairo without GObject layer)
 * PyGObject 3.20 (Python3 bindings for GObject introspection)
 * gsettings-desktop-schemas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]