Skip to content

Commit

Permalink
Dropping support for 3.3, as we can no longer test it using pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray Christopherson committed Jul 27, 2018
1 parent d151a07 commit 85f799d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Quick-and-Dirty Email Sender

Emails are ubiquitous, but not super-straightforward from a programming standpoint. The standards in use (SMTP, MIME) are powerful, but complex if you want to do anything nicer than a simple plain-test email. This library was built and iterated upon for my personal projects, and it might just help you too.

Supports both Python `>=v2.7` and `>=3.3`.
Supports both Python `>=v2.7` and `>=3.4`.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='quick-email',
version='0.4.3',
version='0.4.4',
description='Quick-and-Dirty Email Sender',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 85f799d

Please sign in to comment.