Skip to content

Commit

Permalink
allow python 3.6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jan 14, 2021
1 parent 1d81358 commit 339fc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,12 @@ def run(self):
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Astronomy',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
keywords=['cosmology', 'CAMB', 'CMB'],
install_requires=['scipy>=1.0', 'sympy>=1.0'],
python_requires='>=3.7'
python_requires='>=3.6'
)

0 comments on commit 339fc32

Please sign in to comment.