Skip to content

Commit

Permalink
Compatible with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 5, 2018
1 parent 3dc0b3f commit c2c03f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
# 3.6 is listed first so it gets used for the later build stages # 3.6 is listed first so it gets used for the later build stages
python: python:
- "3.6" - "3.6"
- "3.7-dev" - "3.7"
- "3.5" - "3.5"


# Executed for 3.5 AND 3.5 as the first "test" stage: # Executed for 3.5 AND 3.5 as the first "test" stage:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_version():
'Intended Audience :: End Users/Desktop', 'Intended Audience :: End Users/Desktop',
'Topic :: Database', 'Topic :: Database',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
], ],
Expand Down

0 comments on commit c2c03f8

Please sign in to comment.