Skip to content

Commit 62f2d60

Browse files
committed
TEST: Drop python 3.5 support
1 parent 83b7d22 commit 62f2d60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def get_version():
2828
License :: OSI Approved :: BSD License
2929
Programming Language :: Python
3030
Programming Language :: Python :: 3
31-
Programming Language :: Python :: 3.5
3231
Programming Language :: Python :: 3.6
3332
Programming Language :: Python :: 3.7
3433
Programming 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/',

0 commit comments

Comments
 (0)