Skip to content

Commit

Permalink
Remove Python 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jul 26, 2019
1 parent 629f950 commit 64be567
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ matrix:
env: TOXENV=py36
- python: '3.5'
env: TOXENV=py35
- python: '3.4'
env: TOXENV=py34
- python: 'pypy3'
env: TOXENV=pypy3
- python: '3.7'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def readfile(name):
packages=find_packages('src', exclude=['tests']),
package_dir={'': 'src'},
include_package_data=True,
python_requires='>=3.4',
python_requires='>=3.5',
install_requires=requires,
extras_require={'docs': docs_require, 'testing': tests_require},
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py34,py35,py36,py37,pypy3,
py35,py36,py37,pypy3,
coverage,docs

isolated_build = true
Expand Down

0 comments on commit 64be567

Please sign in to comment.