Skip to content

Commit 1366cf9

Browse files
authored
Merge pull request #281 from isuruf/34
Remove python 3.4 references
2 parents 15711ba + 58ab6ce commit 1366cf9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
- PYTHON_VERSION="2.7" BUILD_SHARED_LIBS="yes"
3535
- PYTHON_VERSION="2.7" WITH_MPFR="yes" INTEGER_CLASS="gmpxx" WITH_NUMPY="no"
3636
- PYTHON_VERSION="3.7" WITH_MPC="yes"
37-
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
37+
- PYTHON_VERSION="3.7" WITH_MPFR="yes"
3838
- PYTHON_VERSION="3.5" WITH_MPC="yes"
3939
- PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"
4040

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def finalize_options(self):
240240
'Topic :: Scientific/Engineering :: Mathematics',
241241
'Topic :: Scientific/Engineering :: Physics',
242242
'Programming Language :: Python :: 2.7',
243-
'Programming Language :: Python :: 3.4',
244243
'Programming Language :: Python :: 3.5',
245244
'Programming Language :: Python :: 3.6',
246245
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)