Skip to content

Commit

Permalink
Drop support for Python 3.4 as well, as it's EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
kipe committed Dec 5, 2019
1 parent b018a8f commit b28d651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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"
- "3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=[
'pycron',
],
python_requires='>=3.4',
python_requires='>=3.5',
tests_require=[
"arrow>=0.12.0",
"coverage>=4.4.2",
Expand Down

0 comments on commit b28d651

Please sign in to comment.