Skip to content

Commit

Permalink
Merge pull request #647 from kimyen/SYNPY-833
Browse files Browse the repository at this point in the history
SYNPY-833
  • Loading branch information
kimyen authored Jan 9, 2019
2 parents a4280dd + 1c4ee65 commit 50de7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -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',
Expand Down

0 comments on commit 50de7a9

Please sign in to comment.