From 2dafea49c6411f20ee17bf920a865a0c1cf4cfe1 Mon Sep 17 00:00:00 2001 From: Shuhei Iitsuka Date: Fri, 4 Oct 2024 06:48:04 +0000 Subject: [PATCH] Specify required Python versions to align with TF2.12 --- mozc-nazoru/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozc-nazoru/setup.py b/mozc-nazoru/setup.py index a8c67be..f3f6da0 100755 --- a/mozc-nazoru/setup.py +++ b/mozc-nazoru/setup.py @@ -67,5 +67,6 @@ def read_file(name): 'pyserial', 'evdev;platform_system=="Linux"', 'wiringpi;platform_system=="Linux"' - ] + ], + python_requires='>=3.8, <3.12' )