diff options
author | Yanis Guenane <yguenane@gmail.com> | 2020-12-07 13:00:49 +0100 |
---|---|---|
committer | Yanis Guenane <yguenane@gmail.com> | 2021-03-24 21:02:32 +0100 |
commit | e04e4e8c85e31d6add061328c11420eac7c8b733 (patch) | |
tree | f9272b9beb2eaa38eb232b6eae117bab8b64f4be /awxkit/setup.py | |
parent | Merge pull request #9201 from amolgautam25/issue_5057 (diff) | |
download | awx-e04e4e8c85e31d6add061328c11420eac7c8b733.tar.xz awx-e04e4e8c85e31d6add061328c11420eac7c8b733.zip |
Python: Bump to python 3.8
Diffstat (limited to 'awxkit/setup.py')
-rw-r--r-- | awxkit/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awxkit/setup.py b/awxkit/setup.py index 23f4e161cb..657fce0a84 100644 --- a/awxkit/setup.py +++ b/awxkit/setup.py @@ -67,7 +67,7 @@ setup( 'PyYAML', 'requests', ], - python_requires=">=3.6", + python_requires=">=3.8", extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']}, license='Apache 2.0', classifiers=[ @@ -79,7 +79,7 @@ setup( 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', 'Topic :: System :: Software Distribution', 'Topic :: System :: Systems Administration', ], |