From e3131d7d7856771def3c1c141720ca311ed0f3d9 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Wed, 4 Jan 2023 10:31:04 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 499521620 --- mediapipe/model_maker/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/model_maker/setup.py b/mediapipe/model_maker/setup.py index ea193db94..7114e2080 100644 --- a/mediapipe/model_maker/setup.py +++ b/mediapipe/model_maker/setup.py @@ -132,9 +132,9 @@ setuptools.setup( 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence',