Skip to content

Commit ae1d8f7

Browse files
committed
Drop python 3.3 and add 3.7
3.3.x has reached end of life
1 parent 8d068a3 commit ae1d8f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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"
36+
- PYTHON_VERSION="3.7" WITH_MPC="yes"
3737
- PYTHON_VERSION="3.4" 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"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,9 @@ 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',
245+
'Programming Language :: Python :: 3.6',
246+
'Programming Language :: Python :: 3.7',
246247
]
247248
)

0 commit comments

Comments
 (0)