aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorckl <ckl@google.com>2023-04-28 01:25:26 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-28 01:27:40 -0700
commitd2b5a8977a61dc4f9e4a0d5284e6571be86619cc (patch)
treedc05294ad2b87c77815bd28d464e211f786f4151 /python
parent6e18aae9f1d32ebe0f92649dc890929bdca55665 (diff)
downloadtink-d2b5a8977a61dc4f9e4a0d5284e6571be86619cc.tar.gz
Document support for 3.10 in the package classifiers.
PiperOrigin-RevId: 527815662
Diffstat (limited to 'python')
-rw-r--r--python/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index 1f9c054ea..83722b9b6 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -262,6 +262,7 @@ def main():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries',
],
license='Apache 2.0',