Specify required Python versions to align with TF2.12

This commit is contained in:
Shuhei Iitsuka
2024-10-04 06:48:04 +00:00
committed by Takashi Toyoshima
parent 6f8ee87e94
commit 2dafea49c6

View File

@@ -67,5 +67,6 @@ setup(
'pyserial',
'evdev;platform_system=="Linux"',
'wiringpi;platform_system=="Linux"'
]
],
python_requires='>=3.8, <3.12'
)