From f60bddcd3cad317f67d81da66a0be868d79a5454 Mon Sep 17 00:00:00 2001 From: messense Date: Fri, 10 Jun 2022 13:42:03 +0800 Subject: [PATCH] Add sysconfigs for x64 Windows PyPy --- Changelog.md | 1 + src/python_interpreter/sysconfig-windows.json | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/Changelog.md b/Changelog.md index 708c4c73e..60dedecfe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Add a `--target` option to `maturin list-python` command in [#957](https://github.com/PyO3/maturin/pull/957) * Add support for using bundled python sysconfigs for PyPy when abi3 feature is enabled in [#958](https://github.com/PyO3/maturin/pull/958) * Set `PYO3_PYTHON` env var for PyPy when abi3 is enabled in [#960](https://github.com/PyO3/maturin/pull/960) +* Add sysconfigs for x64 Windows PyPy in [#962](https://github.com/PyO3/maturin/pull/962) ## [0.12.19] - 2022-06-05 diff --git a/src/python_interpreter/sysconfig-windows.json b/src/python_interpreter/sysconfig-windows.json index 67bfa38bf..1ca236903 100644 --- a/src/python_interpreter/sysconfig-windows.json +++ b/src/python_interpreter/sysconfig-windows.json @@ -53,6 +53,33 @@ "ext_suffix": ".cp311-win_amd64.pyd", "abi_tag": null, "pointer_width": 64 + }, + { + "major": 3, + "minor": 7, + "abiflags": "", + "interpreter": "pypy", + "ext_suffix": ".pypy37-pp73-win_amd64.pyd", + "abi_tag": "pp73", + "pointer_width": 64 + }, + { + "major": 3, + "minor": 8, + "abiflags": "", + "interpreter": "pypy", + "ext_suffix": ".pypy38-pp73-win_amd64.pyd", + "abi_tag": "pp73", + "pointer_width": 64 + }, + { + "major": 3, + "minor": 9, + "abiflags": "", + "interpreter": "pypy", + "ext_suffix": ".pypy39-pp73-win_amd64.pyd", + "abi_tag": "pp73", + "pointer_width": 64 } ], "i686": [