Skip to content

Commit

Permalink
Add Python 3.11 sysconfig for arm64 Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 26, 2022
1 parent 291415c commit 4d9086d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/python_interpreter/sysconfig-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,16 @@
"abi_tag": null,
"pointer_width": 32
}
],
"aarch64": [
{
"major": 3,
"minor": 11,
"abiflags": "",
"interpreter": "cpython",
"ext_suffix": ".cp311-win_arm64.pyd",
"abi_tag": null,
"pointer_width": 64
}
]
}

0 comments on commit 4d9086d

Please sign in to comment.