diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-11-03 21:29:10 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-11-04 13:34:16 +0000 |
commit | 8af4b6d167892d7269b76a14d6ce84e3de173390 (patch) | |
tree | bfd2525a4a7d77ab4e41a8240577c1bf476c6244 /setup.py | |
parent | 26370307f3a50d8555a4343092f86eedda3203e2 (diff) | |
download | buildstream-chandan/py39.tar.gz |
NEWS/setup.py: Advertise our support for Python 3.9chandan/py39
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -329,6 +329,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Build Tools", ], description="A framework for modelling build pipelines in YAML", |