Skip to content
Snippets Groups Projects
Commit a51808dc authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit setup.py

parent 3cc68d29
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16127 canceled
......@@ -333,13 +333,17 @@ def setup_package():
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: C',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering'
],
requires-python = '<=3.10',
install_requires=['scipy>=0.18', 'numpy>=1.8', 'matplotlib>=1.4', 'six>=1.10'],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment