Skip to content

Commit bebcb10

Browse files
authored
Drop support for Python 3.4 because it is now EOL
Remove support for Python 3.4 because that release has reached its end of life. * https://devguide.python.org/devcycle/#end-of-life-branches
1 parent e26d711 commit bebcb10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ language: python
22
matrix:
33
include:
44
- python: 2.7
5-
- python: 3.4
65
- python: 3.5
76
- python: 3.6
87
- python: 3.7
98
dist: xenial
10-
sudo: true
119
cache: pip
1210
before_install:
1311
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key

0 commit comments

Comments
 (0)