We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7d22 commit 62f2d60Copy full SHA for 62f2d60
setup.py
@@ -28,7 +28,6 @@ def get_version():
28
License :: OSI Approved :: BSD License
29
Programming Language :: Python
30
Programming Language :: Python :: 3
31
-Programming Language :: Python :: 3.5
32
Programming Language :: Python :: 3.6
33
Programming Language :: Python :: 3.7
34
Programming Language :: Python :: 3 :: Only
@@ -56,7 +55,7 @@ def get_version():
56
55
maintainer='Numpy Financial Developers',
57
maintainer_email='numpy-discussion@python.org',
58
install_requires=['numpy>=1.15'],
59
- python_requires='>=3.5',
+ python_requires='>=3.6',
60
classifiers=CLASSIFIERS.splitlines(),
61
url='https://numpy.org/numpy-financial/',
62
download_url='https://pypi.org/project/numpy-financial/',
0 commit comments