Skip to content

Commit 8f8a07b

Browse files
Upgrade python version from 3.6 to 3.8
The newer versions of numpy and pandas have dropped support for python version 3.6, and support only 3.8 at the minimum. The Pipfile for this project already 3.8, this commit just updates the setup.py to reflect this on pypi as well. Signed-off-by: Karanraj Chauhan <[email protected]>
1 parent 517c96d commit 8f8a07b

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
@@ -39,7 +39,7 @@ def get_version():
3939
packages=setuptools.find_packages(),
4040
tests_require=["httmock"],
4141
classifiers=[
42-
"Programming Language :: Python :: 3.6",
42+
"Programming Language :: Python :: 3.8",
4343
"License :: OSI Approved :: MIT License",
4444
"Operating System :: OS Independent",
4545
],

0 commit comments

Comments
 (0)