Skip to content

Commit

Permalink
Drop 3.5 support, since az-cli dropped it.
Browse files Browse the repository at this point in the history
  • Loading branch information
abij committed Mar 31, 2020
1 parent 867ba18 commit 6a338fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload Python Package

on:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url='https://github.com/abij/az-account-switcher',
classifiers=['Programming Language :: Python :: 3 :: Only'],
packages=['az_account_switcher'],
python_requires='>3.5',
python_requires='>3.6',
install_requires=[
'azure-common',
'click'
Expand Down

0 comments on commit 6a338fe

Please sign in to comment.