Update PyO3

This commit is contained in:
Jeong YunWon 2023-08-29 16:41:16 +09:00
parent a1e4336f70
commit cdbcdf260a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
[features]
# abi3 = ["pyo3/abi3-py37"] # will be supported from next pyo3 version
abi3 = ["pyo3/abi3-py37"] # will be supported from next pyo3 version
# This feature is experimental
# It reimplements AST types, but currently both slower than python AST types and limited to use in other API
wrapper = []