From f1b4be932d0d4e7b9b76eb48e2239bd0e515f01d Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Tue, 16 Nov 2021 17:19:09 +0530 Subject: [PATCH] chore: add classifiers for python 3.9 and python 3.10 (#264) added support for python 3.9 and 3.10 Co-authored-by: Anthonios Partheniou --- packages/google-cloud-datacatalog/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/google-cloud-datacatalog/setup.py b/packages/google-cloud-datacatalog/setup.py index 520370fb5a16..51624ecd3a2e 100644 --- a/packages/google-cloud-datacatalog/setup.py +++ b/packages/google-cloud-datacatalog/setup.py @@ -71,6 +71,8 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Topic :: Internet", ],