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 0031ce8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Skip auditwheel for non-compliant linux environment automatically in [#931](https://github.com/PyO3/maturin/pull/931)
* Fix abi3 wheel build issue when no Python interpreters found on host in [#933](https://github.com/PyO3/maturin/pull/933)
* Add Python 3.11 sysconfigs for Linux, macOS and Windows in [#934](https://github.com/PyO3/maturin/pull/934)
* Add Python 3.11 sysconfig for arm64 Windows in [#936](https://github.com/PyO3/maturin/pull/936)

## [0.12.17] - 2022-05-18

Expand Down
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 0031ce8

Please sign in to comment.