Skip to content

Commit

Permalink
Drop support for EOL Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and Bachmann1234 committed Sep 16, 2019
1 parent f5f38f1 commit 7cff098
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,6 @@ matrix:
env: TOXENV=py36
- python: 3.5
env: TOXENV=py35
- python: 3.4
env: TOXENV=py34
- python: 2.7
env: TOXENV=py27
install:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -14,7 +14,7 @@
test_suite='nose.collector',
description=DESCRIPTION,
license='Apache 2.0',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -24,7 +24,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37, pypy, pypy3
envlist = py27, py35, py36, py37, pypy, pypy3

[testenv]
whitelist_externals =
Expand Down

0 comments on commit 7cff098

Please sign in to comment.