Skip to content

Commit

Permalink
Added Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Apr 23, 2019
1 parent 7c9c2ad commit 549d2a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: xenial
language: python
python:
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This project adheres to [CHANGELOG](http://keepachangelog.com/).

### Added
- Filter out subdomains with an A record matching a wildcard A record
- Official Python 3.7 support

## [1.2.2] - 2018-04-24
### Changed
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Security',
],
install_requires=install_requires,
Expand Down

0 comments on commit 549d2a7

Please sign in to comment.