Skip to content

Commit

Permalink
python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio authored Mar 8, 2019
1 parent 9abdb49 commit 2dd0b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- 2.7
- 3.5
- 3.6
install:
- pip install future
- pip install nose
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


setup(name='gatilegrid',
version='0.1.11',
version='0.1.12',
description='Popular tile grids and grids API for web mapping applications',
keywords='',
author='Loic Gasser',
Expand All @@ -34,6 +34,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Software Development :: Libraries :: Python Modules'
],
Expand Down

0 comments on commit 2dd0b4e

Please sign in to comment.