From 79083873f6e294d1751408c20157fdf60937beb8 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 8 Oct 2019 15:41:14 +0200 Subject: [PATCH] updating to python3.7 (#12) --- .travis.yml | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1f82b8..1ba79c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.5 - 3.6 +- 3.7 install: - pip install nose - pip install flake8 diff --git a/setup.py b/setup.py index 868ad38..aca8f8e 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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' ],