Support Python 3.8.10

This commit is contained in:
Shunsuke Shibayama 2022-10-20 13:53:15 +09:00
parent 3eb6393773
commit 7fdaae85c7
3 changed files with 3 additions and 3 deletions

View file

@ -14,8 +14,8 @@ pub mod help_messages;
pub mod levenshtein;
pub mod macros;
pub mod opcode;
pub mod opcode38;
pub mod opcode310;
pub mod opcode38;
pub mod python_util;
pub mod serialize;
pub mod set;