Skip to content

Commit

Permalink
Add missing Python 3.5 references (now supported)
Browse files Browse the repository at this point in the history
Add this version to the Conda build matrix and to the setup.py file.
  • Loading branch information
Peque committed May 23, 2017
1 parent beba243 commit a219e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/conda_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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__),
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def setup_requirements(requirements_path, module_names, strict_bounds,
'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',
Expand Down

0 comments on commit a219e99

Please sign in to comment.