Revert "Drop support of CPython 3.4"

This reverts commit 5e3654757d.
This commit is contained in:
Sergey B Kirpichev
2019-02-04 23:38:53 +03:00
parent 808db2c846
commit 770275998f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.7-dev
- pypy
+2 -2
View File
@@ -107,8 +107,8 @@ Release history:
1. Download & installation
--------------------------
Mpmath requires Python 2.7 or 3.5 (or later versions). It has been tested
with CPython 2.7, 3.5 through 3.7 and for PyPy.
Mpmath requires Python 2.7 or 3.4 (or later versions). It has been tested
with CPython 2.7, 3.4 through 3.7 and for PyPy.
The latest release of mpmath can be downloaded from the mpmath
website and from https://github.com/fredrik-johansson/mpmath/releases
+1
View File
@@ -13,6 +13,7 @@ classifiers = License :: OSI Approved :: BSD License
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7