mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Specify required Python versions to align with TF2.12
This commit is contained in:
committed by
Takashi Toyoshima
parent
6f8ee87e94
commit
2dafea49c6
@@ -67,5 +67,6 @@ setup(
|
|||||||
'pyserial',
|
'pyserial',
|
||||||
'evdev;platform_system=="Linux"',
|
'evdev;platform_system=="Linux"',
|
||||||
'wiringpi;platform_system=="Linux"'
|
'wiringpi;platform_system=="Linux"'
|
||||||
]
|
],
|
||||||
|
python_requires='>=3.8, <3.12'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user