Skip to content

Commit 5b4f0b3

Browse files
webknjazrelrod
authored andcommitted
Declare support for Python 3.9 in the metadata
Co-authored-by: Rick Elrod <[email protected]>
1 parent b96732f commit 5b4f0b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- setup.py - Declare that Python 3.9 is now supported (https://github.com/ansible/ansible/pull/72861).

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def get_dynamic_setup_params():
390390
'Programming Language :: Python :: 3.6',
391391
'Programming Language :: Python :: 3.7',
392392
'Programming Language :: Python :: 3.8',
393+
'Programming Language :: Python :: 3.9',
393394
'Topic :: System :: Installation/Setup',
394395
'Topic :: System :: Systems Administration',
395396
'Topic :: Utilities',

0 commit comments

Comments
 (0)