mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
Python: Bump to python 3.8
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user