Skip to content

Commit

Permalink
remove references to python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Feb 19, 2024
1 parent a1211a8 commit abaf7e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
ignore = E731,W504,E501
max-complexity = 48
max-line-length = 1900

[wheel]
python-tag = py27
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand All @@ -23,6 +22,7 @@
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
python_requires='>=3.5',
license='MIT',
url='https://github.com/SAML-Toolkits/python3-saml',
packages=['onelogin', 'onelogin/saml2'],
Expand Down

0 comments on commit abaf7e2

Please sign in to comment.