Skip to content

Commit 7b158d2

Browse files
authored
Merge pull request #238 from jcfr/remove-py33-support
Remove python 3.3 support
2 parents 1f914e8 + e6363df commit 7b158d2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ env:
3333
# Release builds:
3434
- PYTHON_VERSION="2.7" BUILD_SHARED_LIBS="yes"
3535
- PYTHON_VERSION="2.7" WITH_MPFR="yes" INTEGER_CLASS="gmpxx" WITH_NUMPY="no"
36-
- PYTHON_VERSION="3.3" WITH_MPC="yes"
3736
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
3837
- PYTHON_VERSION="3.5" WITH_MPC="yes"
3938
- PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See License section for information about wheels
2828
Install prerequisites.
2929

3030
CMake >= 2.8.7
31-
Python2 >= 2.7 or Python3 >= 3.3
31+
Python2 >= 2.7 or Python3 >= 3.4
3232
Cython >= 0.19.1
3333
SymEngine >= 0.2.0
3434

setup.py

Lines changed: 0 additions & 1 deletion
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.3',
244243
'Programming Language :: Python :: 3.4',
245244
'Programming Language :: Python :: 3.5',
246245
]

0 commit comments

Comments
 (0)