Declare support for Python 3.9 in the metadata

Co-authored-by: Rick Elrod <rick@elrod.me>
pull/73057/head
Sviatoslav Sydorenko 3 years ago committed by Matt Clay
parent b96732fa6b
commit 5b4f0b3370

@ -0,0 +1,2 @@
minor_changes:
- setup.py - Declare that Python 3.9 is now supported (https://github.com/ansible/ansible/pull/72861).

@ -390,6 +390,7 @@ static_setup_params = dict(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: System :: Installation/Setup',
'Topic :: System :: Systems Administration',
'Topic :: Utilities',

Loading…
Cancel
Save