mirror of
https://github.com/ansible/awx.git
synced 2026-04-26 12:15:23 -02:30
remove python2 support from awxkit
This commit is contained in:
@@ -67,7 +67,7 @@ setup(
|
||||
},
|
||||
include_package_data=True,
|
||||
install_requires=requirements,
|
||||
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
|
||||
python_requires=">=3.6",
|
||||
extras_require={
|
||||
'formatting': ['jq'],
|
||||
'websockets': ['websocket-client>0.54.0'],
|
||||
|
||||
Reference in New Issue
Block a user