Skip to content

Commit

Permalink
add python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrekk committed May 16, 2019
1 parent 763296c commit c2910b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7

before_script:
- sh ./travis/init.sh
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def long_description():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Text Processing',
'Topic :: Text Processing :: General',
'Topic :: Text Processing :: Markup',
Expand Down

0 comments on commit c2910b6

Please sign in to comment.