From 1b07160537afbf371f0c70df02eeed9924536c09 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:17:57 -0400 Subject: [PATCH] feat: add support for python 3.10 (#128) --- packages/google-cloud-iam/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/google-cloud-iam/setup.py b/packages/google-cloud-iam/setup.py index 29609e4158a7..a5643633660f 100644 --- a/packages/google-cloud-iam/setup.py +++ b/packages/google-cloud-iam/setup.py @@ -70,6 +70,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", ],