You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2021/11/04 18:28:38 UTC

[buildstream] 01/05: setup.py: Add Python 3.10

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/python-3.10
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8f896c85dfd28a4c3d33079de82ac1767024e738
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sat Oct 30 13:57:30 2021 +0200

    setup.py: Add Python 3.10
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index b0935d8..3f48e0d 100755
--- a/setup.py
+++ b/setup.py
@@ -327,6 +327,7 @@ setup(
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
+        "Programming Language :: Python :: 3.10",
         "Topic :: Software Development :: Build Tools",
     ],
     description="A framework for modelling build pipelines in YAML",