Skip to content

Commit

Permalink
Drop support for Python 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sunghyun Hwang <[email protected]>
  • Loading branch information
0xd669 committed Aug 31, 2018
1 parent e50ad8e commit c0a36f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"

Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
author_email='me' '@' 'sunghyunzz.com',
maintainer='Rainist',
maintainer_email='engineering' '@' 'rainist.com',
py_modules=['rrn'],
install_requires=[
'typing;python_version<"3.5"'
]
python_requires='>=3.5',
py_modules=['rrn']
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34,py35,py36
envlist = py35,py36

[testenv]
commands = python -m unittest

0 comments on commit c0a36f1

Please sign in to comment.