Add missing Python 3.5 references (now supported)

Add this version to the Conda build matrix and to the setup.py file.
This commit is contained in:
Miguel Sánchez de León Peque
2017-05-23 09:39:21 +02:00
parent 8905051736
commit e5ef118f3b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import subprocess
import click
py_versions = ('2.7', '3.4')
py_versions = ('2.7', '3.4', '3.5')
npy_versions = ('1.9', '1.10')
zipline_path = os.path.join(
os.path.dirname(__file__),
+1
View File
@@ -305,6 +305,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Topic :: Office/Business :: Financial',