File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 max-parallel : 4
1111 matrix :
12- python-version : [3.5, 3. 6, 3.7]
12+ python-version : [3.6, 3.7]
1313 numpy-version : [1.15, 1.16, 1.17]
1414
1515 steps :
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ def get_version():
2828License :: OSI Approved :: BSD License
2929Programming Language :: Python
3030Programming Language :: Python :: 3
31- Programming Language :: Python :: 3.5
3231Programming Language :: Python :: 3.6
3332Programming Language :: Python :: 3.7
3433Programming Language :: Python :: 3 :: Only
@@ -56,7 +55,7 @@ def get_version():
5655 maintainer = 'Numpy Financial Developers' ,
5756 maintainer_email = 'numpy-discussion@python.org' ,
5857 install_requires = ['numpy>=1.15' ],
59- python_requires = '>=3.5 ' ,
58+ python_requires = '>=3.6 ' ,
6059 classifiers = CLASSIFIERS .splitlines (),
6160 url = 'https://numpy.org/numpy-financial/' ,
6261 download_url = 'https://pypi.org/project/numpy-financial/' ,
You can’t perform that action at this time.
0 commit comments