diff options
author | Stephan Richter <stephan.richter@gmail.com> | 2017-01-04 21:41:28 -0500 |
---|---|---|
committer | Stephan Richter <stephan.richter@gmail.com> | 2017-01-04 21:41:28 -0500 |
commit | 39a5a29a3c1571dac83d460fe5d19e76b55dc41e (patch) | |
tree | bf939bae2e37e9afe7dfc0745046ca73453b3cde /CHANGES.rst | |
parent | 31ac10a3eb68ab7826724fd61d6749ba0c936a47 (diff) | |
download | zope-i18n-39a5a29a3c1571dac83d460fe5d19e76b55dc41e.tar.gz |
Some updates, dropping Py 3.3 support.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index aafb7df..0796119 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ CHANGES - Add support for Python 3.5. -- Drop support for Python 2.6 and 3.2. +- Drop support for Python 2.6, 3.2 and 3.3. - Support for formatting really small numbers, e.g. 1e-9. These numbers needs special treatment, because standard str(x) collapses them to scientific |