Skip to content

Commit 0384838

Browse files
authored
Merge pull request #235 from isuruf/python
Drop python 3.3 and add 3.7
2 parents 5ed8c0b + 0c12ec8 commit 0384838

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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.7" WITH_MPC="yes"
3637
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
3738
- PYTHON_VERSION="3.5" WITH_MPC="yes"
3839
- PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"
@@ -84,6 +85,8 @@ matrix:
8485
- env: BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
8586
compiler: gcc
8687
os: linux
88+
allow_failures:
89+
- env: BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
8790

8891
before_install:
8992
- |

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,7 @@ def finalize_options(self):
242242
'Programming Language :: Python :: 2.7',
243243
'Programming Language :: Python :: 3.4',
244244
'Programming Language :: Python :: 3.5',
245+
'Programming Language :: Python :: 3.6',
246+
'Programming Language :: Python :: 3.7',
245247
]
246248
)

0 commit comments

Comments
 (0)