Skip to content

Commit

Permalink
Merge pull request #1809 from Peque/py35
Browse files Browse the repository at this point in the history
BLD: Add some missing Python 3.5 references
  • Loading branch information
freddiev4 authored May 29, 2017
2 parents 77235a6 + a219e99 commit 9fe8076
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 9fe8076

Please sign in to comment.