Skip to content

Commit 77553e1

Browse files
committed
bump minimum python version to 3.5.3
1 parent 164d20a commit 77553e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'Topic :: Scientific/Engineering',
2323
]
2424

25-
PYTHON_REQUIRES = '>=3.5'
25+
PYTHON_REQUIRES = '>=3.5.3'
2626
INSTALL_REQUIRES = ['numpy >= 1.12', 'pandas >= 0.19.2']
2727
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
2828
SETUP_REQUIRES = ['pytest-runner >= 4.2'] if needs_pytest else []

0 commit comments

Comments
 (0)