From 8af4b6d167892d7269b76a14d6ce84e3de173390 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Tue, 3 Nov 2020 21:29:10 +0000 Subject: NEWS/setup.py: Advertise our support for Python 3.9 --- NEWS | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 1e8314040..41046306a 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ Format Core ---- + o BuildStream now also supports Python 3.9. + o BREAKING CHANGE: Changed API signatures to remove Scope type from the API - Element.dependencies() - Element.stage_dependency_artifacts() diff --git a/setup.py b/setup.py index d89d5e6ac..334a96e2a 100755 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.1