Skip to content

Commit 5066e04

Browse files
author
Nico Thomaier
committed
Update setup.py to require Python 3.6 or higher
- remove support for older Python versions. - minimal Python requirement for msal 1.28.0 is Python 3.6.
1 parent 8f6ce06 commit 5066e04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,15 @@
2929
test_suite="tests",
3030
license="MIT",
3131
keywords="git",
32+
python_requires=">=3.6",
3233
classifiers=[
3334
"Development Status :: 4 - Beta",
3435
"Intended Audience :: Developers",
3536
"License :: OSI Approved :: MIT License",
3637
"Topic :: Internet :: WWW/HTTP",
3738
"Topic :: Software Development :: Libraries",
3839
"Programming Language :: Python",
39-
"Programming Language :: Python :: 2",
40-
"Programming Language :: Python :: 2.7",
4140
"Programming Language :: Python :: 3",
42-
"Programming Language :: Python :: 3.5",
4341
"Programming Language :: Python :: 3.6",
4442
"Programming Language :: Python :: 3.7",
4543
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)