Skip to content

Commit

Permalink
Python 3.7 Target
Browse files Browse the repository at this point in the history
Targeting Python 3.7 and removing documentation about Python 3.4, since I took that out of Travis a ways back.

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed Oct 29, 2018
1 parent 76ec871 commit ab0b82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- 2.7
- 3.5
- 3.6
# - 3.4
- 3.7
install:
- pip install .
script:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Of course, if you don't know what a python module is, or you don't have python a
you may have additional work ahead of you.

The ``awswl`` module should be compatible with both python2 and python3; I have Travis building it
for Python 2.7, 3.4, 3.5, and 3.6.
for Python 2.7, 3.5, 3.6, and 3.7.

Usage
-----
Expand Down

0 comments on commit ab0b82e

Please sign in to comment.