Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 70594d0

Browse files
committed
Remove Python 3.5 builds.
Also try using bionic with Python 3.6 instead of xenial for the driving Python on travis-ci.
1 parent aee37c2 commit 70594d0

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

.appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ environment:
2727
DAILY_COMMIT: master
2828

2929
matrix:
30-
- PYTHON: C:\Python35
31-
PYTHON_VERSION: 3.5
32-
PYTHON_ARCH: 32
33-
34-
- PYTHON: C:\Python35-x64
35-
PYTHON_VERSION: 3.5
36-
PYTHON_ARCH: 64
37-
3830
- PYTHON: C:\Python36
3931
PYTHON_VERSION: 3.6
4032
PYTHON_ARCH: 32

.travis.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,16 @@ env:
1818

1919
language: python
2020
# Default Python version is usually 2.7
21-
python: 3.5
21+
python: 3.6
2222
sudo: required
23-
dist: trusty
23+
dist: bionic
2424
services: docker
2525

2626
matrix:
2727
exclude:
28-
# Exclude the default Python 3.5 build
29-
- python: 3.5
28+
# Exclude the default Python 3.6 build
29+
- python: 3.6
3030
include:
31-
- os: linux
32-
env:
33-
- MB_PYTHON_VERSION=3.5
34-
- os: linux
35-
env:
36-
- MB_PYTHON_VERSION=3.5
37-
- PLAT=i686
3831
- os: linux
3932
env:
4033
- MB_PYTHON_VERSION=3.6
@@ -56,12 +49,6 @@ matrix:
5649
env:
5750
- MB_PYTHON_VERSION=3.8
5851
- PLAT=i686
59-
- os: osx
60-
language: generic
61-
osx_image: xcode6.4
62-
env:
63-
- MB_PYTHON_VERSION=3.5
64-
- MB_PYTHON_OSX_VER=10.6
6552
- os: osx
6653
language: generic
6754
osx_image: xcode10.1

0 commit comments

Comments
 (0)