We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96732f commit 5b4f0b3Copy full SHA for 5b4f0b3
changelogs/fragments/setup-py-declare-py39.yml
@@ -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
@@ -390,6 +390,7 @@ def get_dynamic_setup_params():
390
'Programming Language :: Python :: 3.6',
391
'Programming Language :: Python :: 3.7',
392
'Programming Language :: Python :: 3.8',
393
+ 'Programming Language :: Python :: 3.9',
394
'Topic :: System :: Installation/Setup',
395
'Topic :: System :: Systems Administration',
396
'Topic :: Utilities',
0 commit comments