removed py3.6

This commit is contained in:
Jonathan Shimwell 2022-10-06 15:57:48 +01:00
parent 9a86c9c065
commit 0a04c20c74
4 changed files with 4 additions and 7 deletions

View file

@ -57,14 +57,14 @@ kwargs = {
'Topic :: Scientific/Engineering'
'Programming Language :: C++',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
# Dependencies
'python_requires': '>=3.6',
'python_requires': '>=3.7',
'install_requires': [
'numpy>=1.9', 'h5py', 'scipy', 'ipython', 'matplotlib',
'pandas', 'lxml', 'uncertainties'