Skip to content

Commit

Permalink
updating to python3.7 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio authored Oct 8, 2019
1 parent 98727bb commit 7908387
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 @@ -3,6 +3,7 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
install:
- pip install nose
- pip install flake8
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()

setup(name='esrijson',
version='0.4.2',
version='0.4.3',
description='Bindings and utilities for EsriJSON',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -20,6 +20,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Software Development :: Libraries :: Python Modules'
],
Expand Down

0 comments on commit 7908387

Please # to comment.