Skip to content

Commit

Permalink
#40: Added Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraith committed Aug 5, 2018
1 parent 957ce18 commit 568f07b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- '3.5'
- '3.6'
- '3.7'

install:
- python -m pip install -U pip setuptools
Expand Down Expand Up @@ -34,7 +35,7 @@ deploy:
on:
repo: ferraith/setuptools-antlr
tags: true
python: '3.6'
python: '3.7'

- provider: pypi
user: ferraith
Expand All @@ -46,4 +47,4 @@ deploy:
on:
repo: ferraith/setuptools-antlr
tags: true
python: '3.6'
python: '3.7'
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Python 3.7 support

## [0.3.0] - 2018-07-29
### Changed
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.7'
]
)

0 comments on commit 568f07b

Please sign in to comment.