summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/249.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/249.rst')
-rw-r--r--doc/build/unreleased/249.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/unreleased/249.rst b/doc/build/unreleased/249.rst
new file mode 100644
index 0000000..206a72a
--- /dev/null
+++ b/doc/build/unreleased/249.rst
@@ -0,0 +1,14 @@
+.. change::
+ :tags: change, py3k, installer
+ :tickets: 249
+
+ Mako 1.1 now supports Python versions:
+
+ * 2.7
+ * 3.4 and higher
+
+ This includes that setup.py no longer includes any conditionals, allowing
+ for a pure Python wheel build, however this is not necessarily part of the
+ Pypi release process as of yet. The test suite also raises for Python
+ deprecation warnings.
+