From 294c3ef625d1ebe29c56c45dc72171cde8941c39 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Wed, 17 Nov 2021 02:35:05 +0530 Subject: [PATCH] chore: update classifers to indicate Python 3.9 / 3.10 support (#188) added support for python 3.9 and 3.10 Co-authored-by: Anthonios Partheniou --- packages/google-cloud-bigquery-reservation/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/google-cloud-bigquery-reservation/setup.py b/packages/google-cloud-bigquery-reservation/setup.py index 10efb07dd806..bb0622b595e4 100644 --- a/packages/google-cloud-bigquery-reservation/setup.py +++ b/packages/google-cloud-bigquery-reservation/setup.py @@ -60,6 +60,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", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", ],