-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 #167
Comments
My proposition about |
Another proposition is to implement PEP668, like we discussed in discord. |
Oh right, pep668, I'll add that to the list of things to do. |
From what I understand the SOABI change and PEP668 are not blockers for the update and could in theory be handled afterwards, no? |
I think changing the |
Currently, the platform names are hardcoded in many places, and are not named consistently. This commit fixes it by standardizing the names to be returned by `sysconfig.get_platform`. The naming is based on #167 (comment) Similarly, `EXT_SUFFIX` is also standardized to be consistent with the platform names. Signed-off-by: Naveen M K <[email protected]>
Currently, the platform names are hardcoded in many places, and are not named consistently. This commit fixes it by standardizing the names to be returned by `sysconfig.get_platform`. The naming is based on msys2-contrib#167 (comment) Similarly, `EXT_SUFFIX` is also standardized to be consistent with the platform names. Signed-off-by: Naveen M K <[email protected]>
Currently, the platform names are hardcoded in many places, and are not named consistently. This commit fixes it by standardizing the names to be returned by `sysconfig.get_platform`. The naming is based on msys2-contrib#167 (comment) Similarly, `EXT_SUFFIX` is also standardized to be consistent with the platform names. Signed-off-by: Naveen M K <[email protected]>
Currently, the platform names are hardcoded in many places, and are not named consistently. This commit fixes it by standardizing the names to be returned by `sysconfig.get_platform`. The naming is based on #167 (comment) Similarly, `EXT_SUFFIX` is also standardized to be consistent with the platform names. Signed-off-by: Naveen M K <[email protected]>
This is going to be the tracker of things that are to be done.
Initial work done at: #165 - this builds successfully, though doesn't pass tests as setuptools doesn't directly support Mingw-w64 compilers.
Things to be done/discussed before deploying:
SOABI
/EXT_SUFFIX
to something better? See https://discord.com/channels/792780131906617355/794220101741838401/1207788525047644242 for the original discussion on Discord. cc @MehdiChinoune (seesysconfig.get_platform()
: use consistent naming #178)EXTERNALLY-MANAGED
for PEP 668 msys2/MINGW-packages#22368) - Convert it into a warning rather than an errorSOABI
#120 and Wrong SOABI value #119The text was updated successfully, but these errors were encountered: