mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Support Python 3.8.10
This commit is contained in:
parent
3eb6393773
commit
7fdaae85c7
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ use erg_common::config::{ErgConfig, Input};
|
|||
use erg_common::env::erg_std_path;
|
||||
use erg_common::error::{ErrorDisplay, Location};
|
||||
use erg_common::opcode310::Opcode310;
|
||||
use erg_common::opcode38::Opcode38 as Opcode38;
|
||||
use erg_common::opcode38::Opcode38;
|
||||
use erg_common::option_enum_unwrap;
|
||||
use erg_common::python_util::{python_version, PythonVersion};
|
||||
use erg_common::traits::{Locational, Stream};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue