Skip to content

Commit

Permalink
Merge pull request #11 from unt-libraries/add-py37
Browse files Browse the repository at this point in the history
Add Python 3.7
  • Loading branch information
somexpert authored Feb 8, 2019
2 parents 9e02a52 + 8a2e23c commit 2107b46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: python
sudo: false
matrix:
Expand All @@ -13,6 +14,9 @@ matrix:

- python: 3.6
env: TOX_ENV=py36,flake8

- python: 3.7
env: TOX_ENV=py37,flake8
install:
- pip install tox
script:
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Change Log
==========

x.x.x
-----

* Added Python 3.7 as supported version.


1.1.0
-----

Added support for Python 3.4-3.6. Dropped tests against Python 2.6.
* Added support for Python 3.4-3.6. Dropped tests against Python 2.6.


1.0.0
-----

Initial release. Supported on Python 2.6 and 2.7.
* Initial release. Supported on Python 2.6 and 2.7.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
license='LICENSE.txt',
description=('Python implementation of Pairtree for storing '
Expand Down

0 comments on commit 2107b46

Please sign in to comment.