Skip to content

Commit

Permalink
Specify required Python versions to align with TF2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored and toyoshim committed Oct 8, 2024
1 parent 6f8ee87 commit 2dafea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozc-nazoru/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ def read_file(name):
'pyserial',
'evdev;platform_system=="Linux"',
'wiringpi;platform_system=="Linux"'
]
],
python_requires='>=3.8, <3.12'
)

0 comments on commit 2dafea4

Please sign in to comment.