Skip to content

Commit

Permalink
Add possible abi version to lock info
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed May 21, 2024
1 parent a090a04 commit edcd02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyodide_lock/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class InfoSpec(BaseModel):
platform: str
version: str
python: str
abi_version: str | None = None
model_config = ConfigDict(extra="forbid")


Expand Down

0 comments on commit edcd02f

Please sign in to comment.