From 1c4ee65815a81f513d3e97f6f994f9b69782bcb4 Mon Sep 17 00:00:00 2001 From: KimYen Ladia Date: Tue, 8 Jan 2019 16:08:46 -0800 Subject: [PATCH] SYNPY-833 --- docs/news.rst | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index affe920b3..90ea8e839 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,7 +7,7 @@ Release Notes In version 1.9.1, we fix various bugs and added two new features: -* Python 3.7 are supported. +* Python 3.7 is supported. * Deprecation warnings are visible by default. Features diff --git a/setup.py b/setup.py index 43c5c11e2..37a9ee3cf 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'pandas': ["pandas==0.23.0"], 'pysftp': ["pysftp>=0.2.8"], 'boto3' : ["boto3"], - ':sys_platform=="linux2" or sys_platform=="linux"': ['keyrings.alt'], + ':sys_platform=="linux2" or sys_platform=="linux"': ['keyrings.alt==3.1'], }, test_suite='nose.collector', tests_require=['nose', 'mock'], @@ -62,6 +62,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License',