diff --git a/awxkit/setup.py b/awxkit/setup.py index 55f4fd7303..70ceec7e93 100644 --- a/awxkit/setup.py +++ b/awxkit/setup.py @@ -92,7 +92,7 @@ setup( 'requests', 'setuptools', ], - python_requires=">=3.12", + python_requires=">=3.11", extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']}, license='Apache 2.0', classifiers=[ @@ -104,6 +104,7 @@ setup( 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Topic :: System :: Software Distribution', 'Topic :: System :: Systems Administration',